From f703a8aef537a7fa79d097c03a1865664f04672e Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 9 Mar 2021 10:48:38 +0100 Subject: [PATCH] Use the 44x24 tiles by default for now. I think it's still not the perfect size, but it's the closest from what I have done so far. --- game/scenes/World.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scenes/World.tscn b/game/scenes/World.tscn index 54c81ac..dfbdf35 100644 --- a/game/scenes/World.tscn +++ b/game/scenes/World.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/World.gd" type="Script" id=1] [ext_resource path="res://world/WorldLayer.tscn" type="PackedScene" id=2] -[ext_resource path="res://test_iso_tileset/TileMap32x16.tscn" type="PackedScene" id=3] +[ext_resource path="res://test_iso_tileset/TileMap44x24.tscn" type="PackedScene" id=3] [node name="World" type="Node2D" groups=[ "save",