diff --git a/scenes/player/Player.tscn b/scenes/player/Player.tscn index e251a7c..2999008 100644 --- a/scenes/player/Player.tscn +++ b/scenes/player/Player.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=30 format=2] +[gd_scene load_steps=31 format=2] [ext_resource path="res://assets/player/idle.png" type="Texture" id=1] [ext_resource path="res://assets/player/death.png" type="Texture" id=2] @@ -10,6 +10,7 @@ [ext_resource path="res://assets/player/surface_rising.png" type="Texture" id=8] [ext_resource path="res://assets/player/climbing.png" type="Texture" id=9] [ext_resource path="res://scenes/player/Player.cs" type="Script" id=10] +[ext_resource path="res://scenes/player/Camera.cs" type="Script" id=11] [sub_resource type="AtlasTexture" id=18] atlas = ExtResource( 9 ) @@ -146,6 +147,7 @@ shape = SubResource( 4 ) [node name="Camera2D" type="Camera2D" parent="."] current = true +script = ExtResource( 11 ) [node name="CayoteTimer" type="Timer" parent="."] wait_time = 0.2