From ba41bbbb09e0d1057179a0f221b8d297d37ecb79 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 8 Aug 2022 07:46:32 +0300 Subject: Initial commit --- SimplePlatform.tscn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SimplePlatform.tscn (limited to 'SimplePlatform.tscn') 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 ) -- cgit v1.3