add sky to train scene
This commit is contained in:
@@ -141,10 +141,10 @@ func _create_ui() -> void:
|
||||
_seed_label.text = "Seed: 0 | Day: 1"
|
||||
_vbox.add_child(_seed_label)
|
||||
|
||||
var meteor_button := Button.new()
|
||||
meteor_button.text = "Trigger Meteor Shower"
|
||||
meteor_button.pressed.connect(_on_meteor_pressed)
|
||||
_vbox.add_child(meteor_button)
|
||||
#var meteor_button := Button.new()
|
||||
#meteor_button.text = "Trigger Meteor Shower"
|
||||
#meteor_button.pressed.connect(_on_meteor_pressed)
|
||||
#_vbox.add_child(meteor_button)
|
||||
|
||||
|
||||
func _connect_signals() -> void:
|
||||
|
||||
Reference in New Issue
Block a user