mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 10:09:47 +03:00
11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 20, 20 )
|
|
|
|
[node name="StackBox" type="RigidBody2D"]
|
|
position = Vector2( -180, -20 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource( 1 )
|