aboutsummaryrefslogtreecommitdiffstats
path: root/Nodes/simple_wall.tscn
diff options
context:
space:
mode:
authorLibravatar IcECreAm777 <hgk.1998@googlemail.com>2023-07-08 01:52:33 +0200
committerLibravatar IcECreAm777 <hgk.1998@googlemail.com>2023-07-08 01:52:33 +0200
commit88e3751834af72c413afa25a7c17a5994f570bfb (patch)
treebba4a22c9cd22507fd381306f42866301e21f72f /Nodes/simple_wall.tscn
parent2fc6727848748e5fd3957bda69179d1c261b02a0 (diff)
download2023-88e3751834af72c413afa25a7c17a5994f570bfb.tar.gz
2023-88e3751834af72c413afa25a7c17a5994f570bfb.tar.bz2
2023-88e3751834af72c413afa25a7c17a5994f570bfb.zip
end of day commit
Diffstat (limited to '')
-rw-r--r--Nodes/simple_wall.tscn16
1 files changed, 16 insertions, 0 deletions
diff --git a/Nodes/simple_wall.tscn b/Nodes/simple_wall.tscn
new file mode 100644
index 0000000..21d714a
--- /dev/null
+++ b/Nodes/simple_wall.tscn
@@ -0,0 +1,16 @@
+[gd_scene load_steps=3 format=3 uid="uid://cqglbcitm2wlb"]
+
+[sub_resource type="RectangleShape2D" id="RectangleShape2D_omkyo"]
+
+[sub_resource type="CanvasTexture" id="CanvasTexture_3s223"]
+
+[node name="SimpleWall" type="StaticBody2D"]
+position = Vector2(0, 27)
+scale = Vector2(15.48, 1)
+
+[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
+shape = SubResource("RectangleShape2D_omkyo")
+
+[node name="Sprite2D" type="Sprite2D" parent="."]
+scale = Vector2(20, 19.96)
+texture = SubResource("CanvasTexture_3s223")