|
@@ -1,4 +1,4 @@
|
|
|
-[gd_scene load_steps=5 format=2]
|
|
|
+[gd_scene load_steps=6 format=2]
|
|
|
|
|
|
[ext_resource path="res://basic.png" type="Texture" id=1]
|
|
|
[ext_resource path="res://Player.tscn" type="PackedScene" id=2]
|
|
@@ -6,6 +6,9 @@
|
|
|
[sub_resource type="ConvexPolygonShape2D" id=1]
|
|
|
points = PoolVector2Array( 0, 0, 64, 0, 64, 64, 0, 64 )
|
|
|
|
|
|
+[sub_resource type="ConvexPolygonShape2D" id=3]
|
|
|
+points = PoolVector2Array( 64, 64, 0, 64, 0, 0, 64, 0 )
|
|
|
+
|
|
|
[sub_resource type="TileSet" id=2]
|
|
|
0/name = "basic.png 0"
|
|
|
0/texture = ExtResource( 1 )
|
|
@@ -33,6 +36,22 @@ points = PoolVector2Array( 0, 0, 64, 0, 64, 64, 0, 64 )
|
|
|
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
} ]
|
|
|
1/z_index = 0
|
|
|
+2/name = "basic.png 2"
|
|
|
+2/texture = ExtResource( 1 )
|
|
|
+2/tex_offset = Vector2( 0, 0 )
|
|
|
+2/modulate = Color( 1, 1, 1, 1 )
|
|
|
+2/region = Rect2( 128, 0, 64, 64 )
|
|
|
+2/tile_mode = 0
|
|
|
+2/occluder_offset = Vector2( 0, 0 )
|
|
|
+2/navigation_offset = Vector2( 0, 0 )
|
|
|
+2/shapes = [ {
|
|
|
+"autotile_coord": Vector2( 0, 0 ),
|
|
|
+"one_way": false,
|
|
|
+"one_way_margin": 1.0,
|
|
|
+"shape": SubResource( 3 ),
|
|
|
+"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
+} ]
|
|
|
+2/z_index = 0
|
|
|
|
|
|
[node name="Game" type="Node2D"]
|
|
|
|