fix
This commit is contained in:
parent
47dd61c2a1
commit
662da6fe1c
9 changed files with 41 additions and 27 deletions
|
@ -46,6 +46,11 @@ func _on_exit_pressed():
|
|||
|
||||
|
||||
func _on_noob_pressed():
|
||||
Global.dificulty = 1
|
||||
Global.cplace = [1, 11, 19]
|
||||
Global.live = 1
|
||||
Global.party = [[0,0], null, null, null]
|
||||
get_tree().change_scene_to_file("res://levels/ui/gameplay.tscn")
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ bg_color = Color(0, 0.8, 0, 1)
|
|||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_r2qrn"]
|
||||
bg_color = Color(0, 0.8, 0, 1)
|
||||
|
||||
[node name="Tmenu" type="Control"]
|
||||
[node name="Newgame" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue