renamed turning platform

This commit is contained in:
pennyrigate 2023-01-25 17:07:51 -05:00
parent 629bc75fbb
commit 139b862a47
11 changed files with 37 additions and 27 deletions

View file

@ -1,7 +1,7 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://objects/environment/turniwood/turniwood.gd" type="Script" id=1]
[ext_resource path="res://graphics/turniwood/turniwood_yellow.png" type="Texture" id=2]
[ext_resource path="res://objects/environment/turniwood/turning_platform.gd" type="Script" id=1]
[ext_resource path="res://graphics/turniwood/turning_platform_yellow.png" type="Texture" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 4, 1 )
@ -100,7 +100,7 @@ tracks/3/keys = {
"values": [ Vector2( 4, 4 ), Vector2( 5, 4 ), Vector2( 3, 4 ), Vector2( 4, 4 ) ]
}
[node name="Turniwood" type="Node2D"]
[node name="TurningPlatform" type="Node2D"]
script = ExtResource( 1 )
[node name="Sprite" type="Sprite" parent="."]