🎉
This commit is contained in:
commit
94bfe2754e
107 changed files with 2557 additions and 0 deletions
64
testbed.tscn2345335583.tmp
Normal file
64
testbed.tscn2345335583.tmp
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
[gd_scene load_steps=7 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://cx0w0b4lydvdc" path="res://conveyor_belt.tscn" id="2_oqs77"]
|
||||
[ext_resource type="PackedScene" uid="uid://8wybm2xsp48x" path="res://item.tscn" id="3_8cepb"]
|
||||
[ext_resource type="Script" uid="uid://dhcaak02wvtk8" path="res://grid.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="TileMap" type="TileMapLayer" parent="."]
|
||||
texture_filter = 3
|
||||
tile_set = SubResource("TileSet_3pcc7")
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
|
||||
[node name="ConveyorBelt" parent="." instance=ExtResource("2_oqs77")]
|
||||
|
||||
[node name="Item" parent="." instance=ExtResource("3_8cepb")]
|
||||
|
||||
[node name="GameGrid" type="Node2D" parent="."]
|
||||
script = ExtResource("4_oqs77")
|
||||
Loading…
Add table
Add a link
Reference in a new issue