plot
This commit is contained in:
parent
5d52830846
commit
3fa4ae285b
4 changed files with 58 additions and 4 deletions
|
@ -5,7 +5,7 @@ var boss
|
|||
func _ready():
|
||||
boss = $Natasha
|
||||
boss.add_to_group("boss")
|
||||
Global.cdialog = [["What are you doing heree?", true, 0], ["Your father need help to debug this game", false, 9], ["Ok, i'll help too", true, 0]]
|
||||
Global.cdialog = [["What are you doing here?", true, 0], ["Your father need help to debug this game", false, 9], ["Ok, i'll help too", true, 0]]
|
||||
Global.live = 0
|
||||
get_tree().root.add_child.call(talk)
|
||||
|
||||
|
|
|
@ -23,12 +23,50 @@ offset_right = 1280.0
|
|||
offset_bottom = 12504.0
|
||||
text = "Midori in the Magic School
|
||||
|
||||
Staff
|
||||
|
||||
Director
|
||||
Page Asgardius
|
||||
|
||||
Programming
|
||||
Page Asgardius
|
||||
|
||||
Productor
|
||||
Page Asgardius
|
||||
|
||||
Character design
|
||||
Page Asgardius
|
||||
|
||||
Game Design
|
||||
Page Asgardius
|
||||
|
||||
Level Design
|
||||
Page Asgardius
|
||||
|
||||
Quality Assurance
|
||||
Page Asgardius
|
||||
|
||||
Testing
|
||||
Page Asgardius
|
||||
|
||||
Fireworks design
|
||||
Midori Asgardius / Lily
|
||||
|
||||
Feedback
|
||||
Sakura Nakayama
|
||||
Tood
|
||||
Natasha
|
||||
Alex
|
||||
The Owl Man
|
||||
Jamming Man
|
||||
|
||||
Auxiliar Creatives
|
||||
Page Asgardius
|
||||
Beachkid
|
||||
Sakura Nakayama
|
||||
El Profe
|
||||
Goldfish
|
||||
|
||||
Made with Godot Engine
|
||||
|
||||
Testing Devices
|
||||
|
@ -94,7 +132,7 @@ Overworld (Earth)
|
|||
Shakeshack Galaxy
|
||||
Vince Kaichan
|
||||
|
||||
The Zubmarine Zone
|
||||
The Submarine Base
|
||||
The Zubmarine Zone
|
||||
Vince Kaichan
|
||||
|
||||
|
@ -130,7 +168,11 @@ Credit roll 2
|
|||
too old
|
||||
tj technoiZ
|
||||
|
||||
The Magic School
|
||||
Credit roll 3
|
||||
motherchip
|
||||
portello
|
||||
|
||||
Kaizo Magic School
|
||||
songbirds playground
|
||||
Vince Kaichan
|
||||
|
||||
|
@ -517,6 +559,10 @@ Matrix Chat
|
|||
|
||||
@asgardius:asgardius.company
|
||||
|
||||
No animals were harmed during game development
|
||||
|
||||
Every explosion was tested on vector based universes only
|
||||
|
||||
You are free to distribute this game and make modifications, but remember sharing your modifications with source code
|
||||
|
||||
You are free to create guides, but i suggest avoiding cheat codes
|
||||
|
|
|
@ -193,7 +193,7 @@ text = "Credits 3"
|
|||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 25
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_alctd")
|
||||
text = "The Magic School"
|
||||
text = "Kaizo Magic School"
|
||||
|
||||
[node name="Deep Forest" type="Button" parent="BoxContainer/VBoxContainer2"]
|
||||
layout_mode = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue