static_object.tscn 585 B

1234567891011121314
  1. [gd_scene load_steps=4 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="Script" path="res://static_object.gd" id="1_41t72"]
  4. [ext_resource type="Texture2D" uid="uid://20ldjesg1ht3" path="res://icon.svg" id="2_rwfng"]
  5. [node name="StaticBody2D" type="StaticBody2D"]
  6. script = ExtResource("1_41t72")
  7. [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
  8. shape = ExtResource("1_4pry8")
  9. [node name="Sprite2D" type="Sprite2D" parent="."]
  10. texture = ExtResource("2_rwfng")