diff --git a/addons/godotsteam/win64/~libgodotsteam.windows.template_debug.x86_64.dll b/addons/godotsteam/win64/~libgodotsteam.windows.template_debug.x86_64.dll deleted file mode 100644 index 0812259..0000000 Binary files a/addons/godotsteam/win64/~libgodotsteam.windows.template_debug.x86_64.dll and /dev/null differ diff --git a/common/game_data/scripts/story/story_steps/5_astra_story_step.gd b/common/game_data/scripts/story/story_steps/5_astra_story_step.gd index edf5dd6..2d625fa 100644 --- a/common/game_data/scripts/story/story_steps/5_astra_story_step.gd +++ b/common/game_data/scripts/story/story_steps/5_astra_story_step.gd @@ -1,7 +1,7 @@ extends StoryStep class_name AstraStoryStep -const TRAVEL_PHONE_CALL_DIALOG_PATH = "res://dialogs/timelines/6_astra/1_astra_travel_phone_call.dtl" +const TRAVEL_PHONE_CALL_DIALOG_PATH = "res://dialogs/timelines/5_astra/1_astra_travel_phone_call.dtl" func get_respawn_scene() -> Scene: return RelayBaseScene.new( diff --git a/common/tools/scripts/random.gd b/common/tools/scripts/random.gd index 03b8a5c..3a0af77 100644 --- a/common/tools/scripts/random.gd +++ b/common/tools/scripts/random.gd @@ -103,7 +103,7 @@ const RANDOM_REGION_NAME_POOL = [ "Jarvis", "Orion", "Canaillerie", - "Pomoa", + "Solanine", "Ezeron", "Ebis", "Ecloya", diff --git a/stages/3d_scenes/cockpit_scene/cockpit_elements/travel_screen/scripts/travel_screen_content.gd b/stages/3d_scenes/cockpit_scene/cockpit_elements/travel_screen/scripts/travel_screen_content.gd index 32ca863..2f8637a 100644 --- a/stages/3d_scenes/cockpit_scene/cockpit_elements/travel_screen/scripts/travel_screen_content.gd +++ b/stages/3d_scenes/cockpit_scene/cockpit_elements/travel_screen/scripts/travel_screen_content.gd @@ -16,7 +16,7 @@ const NEXT_COLOR = Color("96B3DB") const WIDTH = 800 const V_DIST = 50 const ANIMATION_SPEED := 5.0 -const MAX_STEP = 8 +const MAX_STEP = 10 @export_tool_button("Update", "Callable") var update_action = update @export_tool_button("Update recreate", "Callable") var update_recreate_action = func (): update(true, true)