123456789101112131415 |
- [gd_scene load_steps=3 format=3 uid="uid://dpbr2u8co4824"]
- [ext_resource type="Texture2D" uid="uid://co3mhslawua87" path="res://slides/204/physics_demo/clay.png" id="1"]
- [sub_resource type="RectangleShape2D" id="1"]
- size = Vector2(248, 120.412)
- [node name="Bar" type="StaticBody2D"]
- [node name="Sprite" type="Sprite2D" parent="."]
- scale = Vector2(8, 4)
- texture = ExtResource("1")
- [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
- shape = SubResource("1")
|