Rewriting star system complete
This commit is contained in:
parent
4172b336c1
commit
350b9853f2
13 changed files with 118 additions and 70 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue