added actual enemies

This commit is contained in:
2021-11-30 19:12:50 -06:00
parent 1264dc8e8f
commit 7e39fdf2bc
10 changed files with 416 additions and 159 deletions

View File

@@ -4,36 +4,36 @@ signal complete(option)
func _on_new_game_button_pressed() -> void:
emit_signal('complete', 'new game')
return
emit_signal('complete', 'new game')
return
func _on_quit_button_pressed() -> void:
get_tree().quit()
return
get_tree().quit()
return
func _on_continue_button_mouse_entered() -> void:
if not $'Menu/Menu Elements/Menu Options/Continue/Continue Button'.disabled:
$'Menu Button Hover'.play(0.0)
return
if not $'Menu/Menu Elements/Menu Options/Continue/Continue Button'.disabled:
$'Menu Button Hover'.play(0.0)
return
func _on_new_game_button_mouse_entered() -> void:
$'Menu Button Hover'.play(0.0)
return
$'Menu Button Hover'.play(0.0)
return
func _on_settings_button_mouse_entered() -> void:
$'Menu Button Hover'.play(0.0)
return
$'Menu Button Hover'.play(0.0)
return
func _on_credits_button_mouse_entered() -> void:
$'Menu Button Hover'.play(0.0)
return
$'Menu Button Hover'.play(0.0)
return
func _on_quit_button_mouse_entered() -> void:
$'Menu Button Hover'.play(0.0)
return
$'Menu Button Hover'.play(0.0)
return

View File

@@ -44,7 +44,7 @@ __meta__ = {
[node name="Menu Elements" type="VBoxContainer" parent="Menu"]
margin_left = 42.0
margin_top = 11.0
margin_top = 10.0
margin_right = 257.0
margin_bottom = 149.0
alignment = 2
@@ -61,7 +61,7 @@ valign = 1
[node name="Menu Options" type="VBoxContainer" parent="Menu/Menu Elements"]
margin_top = 44.0
margin_right = 215.0
margin_bottom = 138.0
margin_bottom = 139.0
[node name="Continue" type="CenterContainer" parent="Menu/Menu Elements/Menu Options"]
margin_right = 215.0
@@ -79,19 +79,19 @@ texture_disabled = ExtResource( 6 )
[node name="New Game" type="CenterContainer" parent="Menu/Menu Elements/Menu Options"]
margin_top = 19.0
margin_right = 215.0
margin_bottom = 33.0
margin_bottom = 34.0
[node name="New Game Button" type="TextureButton" parent="Menu/Menu Elements/Menu Options/New Game"]
margin_left = 66.0
margin_right = 149.0
margin_bottom = 14.0
margin_bottom = 15.0
texture_normal = ExtResource( 5 )
texture_hover = ExtResource( 7 )
[node name="Settings" type="CenterContainer" parent="Menu/Menu Elements/Menu Options"]
margin_top = 37.0
margin_top = 38.0
margin_right = 215.0
margin_bottom = 56.0
margin_bottom = 57.0
[node name="Settings Button" type="TextureButton" parent="Menu/Menu Elements/Menu Options/Settings"]
margin_left = 77.0
@@ -101,9 +101,9 @@ texture_normal = ExtResource( 1 )
texture_hover = ExtResource( 10 )
[node name="Credits" type="CenterContainer" parent="Menu/Menu Elements/Menu Options"]
margin_top = 60.0
margin_top = 61.0
margin_right = 215.0
margin_bottom = 75.0
margin_bottom = 76.0
[node name="Credits Button" type="TextureButton" parent="Menu/Menu Elements/Menu Options/Credits"]
margin_left = 82.0
@@ -113,9 +113,9 @@ texture_normal = ExtResource( 3 )
texture_hover = ExtResource( 9 )
[node name="Quit" type="CenterContainer" parent="Menu/Menu Elements/Menu Options"]
margin_top = 79.0
margin_top = 80.0
margin_right = 215.0
margin_bottom = 94.0
margin_bottom = 95.0
[node name="Quit Button" type="TextureButton" parent="Menu/Menu Elements/Menu Options/Quit"]
margin_left = 90.0