From a7eb33d3b4e04c5b9564e403ace0dde47ab71be4 Mon Sep 17 00:00:00 2001 From: Jonathan Herrewijnen Date: Mon, 10 Oct 2022 21:15:51 +0200 Subject: [PATCH] Testing commit on herreweb to see if username is right --- Other/base_tilemap/init.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Other/base_tilemap/init.gd b/Other/base_tilemap/init.gd index 86f0fc8..2db0196 100644 --- a/Other/base_tilemap/init.gd +++ b/Other/base_tilemap/init.gd @@ -1,8 +1,8 @@ extends Node2D func load_scene(map_data): - $background.tile_set = load("base_tilemap/tilesets/background_ts.tres") - $vegetation.tile_set = load("res://river_intersection_home2.tscn::1") + #$background.tile_set = load("base_tilemap/tilesets/background_ts.tres") + #$vegetation.tile_set = load("res://river_intersection_home2.tscn::1") # for x in range(map_data.width): # for y in range(map_data.height):