ebru camera credits closes #62
This commit is contained in:
@@ -8,7 +8,7 @@ func _ready():
|
||||
func _process(_delta):
|
||||
var size = self.get_global_rect().size
|
||||
if escoria.globals_manager.get_global("turno_credits_rolling"):
|
||||
self.set_position(self.get_position() + Vector2(0, -1))
|
||||
self.set_position(self.get_position() + Vector2(0, -0.5))
|
||||
if self.get_position().y < 0 - size.y:
|
||||
escoria.globals_manager.set_global("turno_credits_rolling", false)
|
||||
emit_signal("finished")
|
||||
|
||||
@@ -52,6 +52,7 @@ Cámara
|
||||
|
||||
|
||||
|
||||
|
||||
Gente hambrienta
|
||||
|
||||
|
||||
@@ -91,6 +92,7 @@ Urtzi
|
||||
|
||||
Leo
|
||||
Piko
|
||||
Ebru
|
||||
|
||||
|
||||
Bazyl
|
||||
|
||||
Reference in New Issue
Block a user