mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 15:55:53 +00:00
Health and shield gauges
This commit is contained in:
parent
9e04056800
commit
3682de18d5
14 changed files with 188 additions and 22 deletions
|
|
@ -8,12 +8,22 @@
|
|||
"sound_moods": {},
|
||||
"style": ""
|
||||
},
|
||||
"default_portrait": "",
|
||||
"default_portrait": "Default",
|
||||
"description": "",
|
||||
"display_name": "Navigator",
|
||||
"mirror": false,
|
||||
"nicknames": [""],
|
||||
"offset": Vector2(0, 0),
|
||||
"portraits": {},
|
||||
"portraits": {
|
||||
"Default": {
|
||||
"export_overrides": {
|
||||
"image": "\"res://Sprites/Portraits/Navigator.png\""
|
||||
},
|
||||
"mirror": false,
|
||||
"offset": Vector2(0, 0),
|
||||
"scale": 1,
|
||||
"scene": ""
|
||||
}
|
||||
},
|
||||
"scale": 1.0
|
||||
}
|
||||
|
|
@ -30,6 +30,7 @@ overrides = {}
|
|||
script = ExtResource("1_5pbjb")
|
||||
scene = ExtResource("4_m8ph6")
|
||||
overrides = {
|
||||
"box_distance": "8.0",
|
||||
"box_size": "Vector2(300, 80)",
|
||||
"name_label_custom_size": "9.0",
|
||||
"name_label_use_global_size": "false",
|
||||
|
|
|
|||
|
|
@ -1 +1,8 @@
|
|||
Cirno: Test message intro
|
||||
Cirno: Navigator, I infiltrated the facility!
|
||||
Navigator: Very good, Cirno.\
|
||||
Do you remember your mission?
|
||||
Cirno: No...
|
||||
Navigator: Try to remember it this time\: Your mission is to infiltrate the refining facility and retrieve the artifact from your world.
|
||||
Navigator: Be careful, I'm picking up a lot of activity on the local network, it seems like the facility is on lockdown due to an external threat, but to my knowledge it's none of us.
|
||||
Cirno: Don't worry, whatever it is I can deal with it!
|
||||
Navigator: I really hope that's the case. Anyway try to use any terminal you may find, we might be able to find more information that way. Also try to remain undetected for as long as possible, cameras might summon reinforcements to your location if you get spotted.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue