Updated goose_talk to allow for interruptions (unfinished); improved
chicken animation, reduced scale in-engine.
This commit is contained in:
parent
462b0fc4b0
commit
2a7e1a2b6c
16 changed files with 221 additions and 254 deletions
|
|
@ -9,7 +9,7 @@ z_index = -100
|
|||
self_modulate = Color(0.09185078, 0.09185078, 0.09185078, 1)
|
||||
z_index = 5
|
||||
scroll_scale = Vector2(-1, 1)
|
||||
scroll_offset = Vector2(-87, -1)
|
||||
scroll_offset = Vector2(-88, -1)
|
||||
repeat_size = Vector2(0, 64)
|
||||
autoscroll = Vector2(0, 12)
|
||||
repeat_times = 6
|
||||
|
|
@ -24,7 +24,7 @@ region_rect = Rect2(0, 0, 64, 64)
|
|||
|
||||
[node name="Sprite2D2" type="Sprite2D" parent="Foreground" unique_id=197485442]
|
||||
texture_repeat = 2
|
||||
position = Vector2(293, 160)
|
||||
position = Vector2(296, 160)
|
||||
texture = ExtResource("1_b1x6b")
|
||||
flip_h = true
|
||||
hframes = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue