move shoreline setting to be part of set_tilemap_tiles
This commit is contained in:
parent
7651e574c1
commit
4d7af7ed69
2 changed files with 25 additions and 33 deletions
|
@ -10,7 +10,7 @@ class_name Main
|
|||
extends Node
|
||||
|
||||
# The idea is for the user to be able to choose the map from GUI later
|
||||
var map_filename: String = "res://maps/tampere_10x10km_1000px.png"
|
||||
var map_filename: String = "res://maps/tampere_200px_crop.png"
|
||||
var _world := World.new()
|
||||
var _world_generator := WorldGeneration.new()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue