chunk displaying definitely doesn't work yet

This commit is contained in:
Antti Hakkarainen 2023-02-12 18:18:31 +02:00
parent 7dc6a4c420
commit abbaa6f450
16 changed files with 1170 additions and 113 deletions

9
scenes/Chunk.tscn Normal file
View file

@ -0,0 +1,9 @@
[gd_scene load_steps=3 format=3 uid="uid://54iw2fjk2oth"]
[ext_resource type="Script" path="res://scenes/Chunk.gd" id="1_lawsj"]
[ext_resource type="TileSet" uid="uid://cxiva1a6jdae2" path="res://scenes/Chunk.tres" id="1_x70ay"]
[node name="Chunk" type="TileMap"]
tile_set = ExtResource("1_x70ay")
format = 2
script = ExtResource("1_lawsj")