demo 2.0.0
* reduce demo time * add all changes from full game
This commit is contained in:
@@ -18,10 +18,7 @@ func get_destination_text() -> String:
|
||||
return tr("RELAY_BASE_X") % tr("VENUS")
|
||||
|
||||
func get_destination_scene() -> Scene:
|
||||
return RelayBaseScene.new(
|
||||
"VENUS",
|
||||
"002"
|
||||
)
|
||||
return CreditsScene.new()
|
||||
|
||||
func get_logs() -> Array[Log]:
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user