mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Show what HEAD points to when branch does not exist
This commit is contained in:
parent
7d7b15e3fb
commit
c49fa2f7d4
2 changed files with 5 additions and 3 deletions
scenes
|
@ -15,8 +15,8 @@ func _process(_delta):
|
|||
return
|
||||
|
||||
if repository.objects[source].type == "head":
|
||||
hide()
|
||||
set_process(false)
|
||||
$Tip.hide()
|
||||
$Line.hide()
|
||||
|
||||
var start = repository.objects[source].position
|
||||
var end = start + Vector2(0, 60)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue