diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2022-08-10 00:23:36 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2022-08-10 00:23:36 +0300 |
| commit | f3cc4f82624b21dafa19515b69c66a3c8f4fe248 (patch) | |
| tree | 8781f4bf0356b28e49c31195776980121a4707df /Player.tscn | |
| parent | 2d888d00efba0314ac6357f2dbccd0ad01173023 (diff) | |
Add enemy
Diffstat (limited to 'Player.tscn')
| -rw-r--r-- | Player.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Player.tscn b/Player.tscn index 65c474e..6de8d4a 100644 --- a/Player.tscn +++ b/Player.tscn @@ -43,7 +43,7 @@ nodes/is_grounded/position = Vector2( 400, 90 ) nodes/is_moving/node = SubResource( 15 ) nodes/is_moving/position = Vector2( 140, 190 ) nodes/output/position = Vector2( 620, 100 ) -node_connections = [ "output", 0, "is_grounded", "TimeScale", 0, "Walk", "is_grounded", 0, "Fall", "is_grounded", 1, "is_moving", "is_moving", 0, "Idle", "is_moving", 1, "TimeScale" ] +node_connections = [ "output", 0, "is_grounded", "is_grounded", 0, "Fall", "is_grounded", 1, "is_moving", "is_moving", 0, "Idle", "is_moving", 1, "TimeScale", "TimeScale", 0, "Walk" ] [sub_resource type="Animation" id=10] resource_name = "Fall" |
