GodotCourse/examples/PlatformTemplate/scenes/rigidbody.tscn

11 lines
356 B
Plaintext
Raw Normal View History

2024-07-15 12:00:42 +00:00
[gd_scene load_steps=2 format=3 uid="uid://dhxfhran2kbej"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_i3bag"]
[node name="RigidBody2D" type="RigidBody2D"]
mass = 2.0
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_i3bag")
debug_color = Color(0.756863, 0.447059, 0.25098, 0.419608)