18 lines
618 B
Text
18 lines
618 B
Text
[gd_scene load_steps=3 format=3 uid="uid://cxkbwbyvm01u"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b6hly46al66si" path="res://assets/sprites/platforms.png" id="1_1uwpc"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ap8pu"]
|
|
size = Vector2(48, 8)
|
|
|
|
[node name="Platform Stone Ice" type="AnimatableBody2D"]
|
|
collision_layer = 2
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_1uwpc")
|
|
region_enabled = true
|
|
region_rect = Rect2(0, 48, 48, 9)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_ap8pu")
|
|
one_way_collision = true
|