63 lines
2.2 KiB
Text
63 lines
2.2 KiB
Text
|
|
[gd_scene load_steps=6 format=3 uid="uid://bpribijel28v7"]
|
||
|
|
|
||
|
|
[ext_resource type="Texture2D" uid="uid://cu35euxejrux5" path="res://belttest.png" id="1_2vug4"]
|
||
|
|
[ext_resource type="PackedScene" uid="uid://c2q8ri3la0ivp" path="res://ItemSink.tscn" id="3_3pcc7"]
|
||
|
|
[ext_resource type="Script" uid="uid://dhcaak02wvtk8" path="res://GameGrid.gd" id="4_oqs77"]
|
||
|
|
|
||
|
|
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_0l5it"]
|
||
|
|
texture = ExtResource("1_2vug4")
|
||
|
|
texture_region_size = Vector2i(32, 32)
|
||
|
|
0:0/animation_columns = 32
|
||
|
|
0:0/animation_speed = 64.0
|
||
|
|
0:0/animation_frame_0/duration = 1.0
|
||
|
|
0:0/animation_frame_1/duration = 1.0
|
||
|
|
0:0/animation_frame_2/duration = 1.0
|
||
|
|
0:0/animation_frame_3/duration = 1.0
|
||
|
|
0:0/animation_frame_4/duration = 1.0
|
||
|
|
0:0/animation_frame_5/duration = 1.0
|
||
|
|
0:0/animation_frame_6/duration = 1.0
|
||
|
|
0:0/animation_frame_7/duration = 1.0
|
||
|
|
0:0/animation_frame_8/duration = 1.0
|
||
|
|
0:0/animation_frame_9/duration = 1.0
|
||
|
|
0:0/animation_frame_10/duration = 1.0
|
||
|
|
0:0/animation_frame_11/duration = 1.0
|
||
|
|
0:0/animation_frame_12/duration = 1.0
|
||
|
|
0:0/animation_frame_13/duration = 1.0
|
||
|
|
0:0/animation_frame_14/duration = 1.0
|
||
|
|
0:0/animation_frame_15/duration = 1.0
|
||
|
|
0:0/animation_frame_16/duration = 1.0
|
||
|
|
0:0/animation_frame_17/duration = 1.0
|
||
|
|
0:0/animation_frame_18/duration = 1.0
|
||
|
|
0:0/animation_frame_19/duration = 1.0
|
||
|
|
0:0/animation_frame_20/duration = 1.0
|
||
|
|
0:0/animation_frame_21/duration = 1.0
|
||
|
|
0:0/animation_frame_22/duration = 1.0
|
||
|
|
0:0/animation_frame_23/duration = 1.0
|
||
|
|
0:0/animation_frame_24/duration = 1.0
|
||
|
|
0:0/animation_frame_25/duration = 1.0
|
||
|
|
0:0/animation_frame_26/duration = 1.0
|
||
|
|
0:0/animation_frame_27/duration = 1.0
|
||
|
|
0:0/animation_frame_28/duration = 1.0
|
||
|
|
0:0/animation_frame_29/duration = 1.0
|
||
|
|
0:0/animation_frame_30/duration = 1.0
|
||
|
|
0:0/animation_frame_31/duration = 1.0
|
||
|
|
0:0/0 = 0
|
||
|
|
|
||
|
|
[sub_resource type="TileSet" id="TileSet_3pcc7"]
|
||
|
|
tile_size = Vector2i(32, 32)
|
||
|
|
sources/1 = SubResource("TileSetAtlasSource_0l5it")
|
||
|
|
|
||
|
|
[node name="Node2D" type="Node2D"]
|
||
|
|
|
||
|
|
[node name="GameGrid" type="Node2D" parent="."]
|
||
|
|
script = ExtResource("4_oqs77")
|
||
|
|
|
||
|
|
[node name="TileMap" type="TileMapLayer" parent="."]
|
||
|
|
texture_filter = 3
|
||
|
|
tile_set = SubResource("TileSet_3pcc7")
|
||
|
|
|
||
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
||
|
|
|
||
|
|
[node name="ItemSink" parent="." instance=ExtResource("3_3pcc7")]
|
||
|
|
position = Vector2(-46, -5)
|