1
0
Files
godotminiprojects/Physics/Crate.tscn
FoxSpellCaster 8a0223f07b Lesson 11
2025-01-10 22:13:19 -05:00

19 lines
579 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dmsornuuqyfhd"]
[ext_resource type="Texture2D" uid="uid://kekglgglqd17" path="res://Physics/Crate.png" id="1_72488"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_hfrgb"]
size = Vector2(18, 18)
[node name="Crate" type="RigidBody2D"]
gravity_scale = 0.0
linear_damp = 3.0
[node name="Spirte" type="Sprite2D" parent="."]
position = Vector2(-71, 0)
texture = ExtResource("1_72488")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(-71, 0)
shape = SubResource("RectangleShape2D_hfrgb")