12345678910111213 |
- [gd_scene load_steps=3 format=3 uid="uid://c51bams63yrds"]
- [ext_resource type="Shape2D" uid="uid://dr8p5aiw65e15" path="res://godot_shape.tres" id="1_4pry8"]
- [ext_resource type="Texture2D" uid="uid://20ldjesg1ht3" path="res://icon.svg" id="2_rwfng"]
- [node name="StaticBody2D" type="StaticBody2D"]
- [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
- shape = ExtResource("1_4pry8")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- modulate = Color(1, 0.235294, 1, 1)
- texture = ExtResource("2_rwfng")
|