Correction de lien de dialogues, du travel screen et ajout d'un nom dans le pull des régions

This commit is contained in:
2026-07-28 01:07:14 +02:00
parent dc086930d3
commit b9b7220a0d
4 changed files with 3 additions and 3 deletions
@@ -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)