22 lines
585 B
Plaintext
22 lines
585 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://test/worldmap_system.gd" type="Script" id=1]
|
|
|
|
[node name="worldmap_system" type="Control"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="tr_minimap" type="TextureRect" parent="."]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
|
|
[node name="lbl_help" type="Label" parent="."]
|
|
modulate = Color( 1, 1, 1, 0.752941 )
|
|
margin_right = 40.0
|
|
margin_bottom = 14.0
|
|
text = "H: Toggle this help
|
|
1-5: Change world
|
|
0: Toggle minimap size
|
|
Arrow keys: Move around
|
|
7-9: Reset, Decrement, or Increment regional replacements
|
|
Backspace: Return to debug menu"
|