summaryrefslogtreecommitdiffstats
path: root/SimplePlatform.tscn
diff options
context:
space:
mode:
authorJan Tuomi <jantuomi@Jans-MacBook-Pro.local>2022-08-08 07:46:32 +0300
committerJan Tuomi <jantuomi@Jans-MacBook-Pro.local>2022-08-08 07:46:32 +0300
commitba41bbbb09e0d1057179a0f221b8d297d37ecb79 (patch)
tree3e2fa115dfe2f2ca8d254744fae5646f6a346ce9 /SimplePlatform.tscn
Initial commit
Diffstat (limited to 'SimplePlatform.tscn')
-rw-r--r--SimplePlatform.tscn16
1 files changed, 16 insertions, 0 deletions
diff --git a/SimplePlatform.tscn b/SimplePlatform.tscn
new file mode 100644
index 0000000..f00931a
--- /dev/null
+++ b/SimplePlatform.tscn
@@ -0,0 +1,16 @@
+[gd_scene load_steps=3 format=2]
+
+[ext_resource path="res://icon.png" type="Texture" id=1]
+
+[sub_resource type="RectangleShape2D" id=1]
+extents = Vector2( 38, 5 )
+
+[node name="SimplePlatform" type="StaticBody2D"]
+
+[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
+shape = SubResource( 1 )
+
+[node name="Sprite" type="Sprite" parent="."]
+position = Vector2( 2.38419e-07, -4.76837e-07 )
+scale = Vector2( 1.1875, 0.171875 )
+texture = ExtResource( 1 )