-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgam97BD.tmp
28 lines (21 loc) · 932 Bytes
/
gam97BD.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[gd_scene load_steps=5 format=3 uid="uid://dlb00o4pqfiwn"]
[ext_resource type="Script" path="res://game_of_life.gd" id="1_6ysus"]
[ext_resource type="Texture2D" uid="uid://dct24i8lpbum0" path="res://cells.png" id="1_djnhh"]
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_1g2qc"]
texture = ExtResource("1_djnhh")
0:0/0 = 0
1:0/0 = 0
2:0/0 = 0
3:0/0 = 0
[sub_resource type="TileSet" id="TileSet_ruwrp"]
sources/0 = SubResource("TileSetAtlasSource_1g2qc")
[node name="GameOfLife" type="Node2D"]
script = ExtResource("1_6ysus")
[node name="Cells" type="TileMap" parent="."]
tile_set = SubResource("TileSet_ruwrp")
format = 2
layer_0/name = "CoolLayer"
layer_0/tile_data = PackedInt32Array(524298, 0, 0, 524299, 0, 0, 524300, 0, 0, 458764, 0, 0, 393227, 0, 0)
[node name="CycleTimer" type="Timer" parent="."]
autostart = true
[connection signal="timeout" from="CycleTimer" to="." method="_on_cycle_timer_timeout"]