Changed Physics Directory Structure
This commit is contained in:
18
Physics/Scenes/Crate.tscn
Normal file
18
Physics/Scenes/Crate.tscn
Normal file
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dmsornuuqyfhd"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://kekglgglqd17" path="res://Physics/Assets/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")
|
||||
Reference in New Issue
Block a user