11 lines
283 B
Plaintext
11 lines
283 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://scripts/WorldGrid.cs" type="Script" id=1]
|
|
[ext_resource path="res://nodes/tile.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="Grid" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
TileScene = ExtResource( 2 )
|
|
Size = 10
|
|
CellSize = 64
|