Rewriting star system complete

This commit is contained in:
2ndbeam 2024-04-30 20:08:07 +03:00
commit 350b9853f2
13 changed files with 118 additions and 70 deletions

View file

@ -1,7 +1,8 @@
extends Node2D
# TODO: rewrite to use resource as button info
var map_width = 1280
var map_height = 720
# TODO: probably rewrite menu to make is actual StarSystem, because they have common properties
var width = 1280
var height = 720
var menu_id = 0
@onready var b1 = $Control/MenuButton1
@onready var b2 = $Control/MenuButton2