static_object.tscn 517 B

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