mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 20:53:46 +00:00
Enemy sprites
This commit is contained in:
parent
1fd9b70485
commit
91e063c01b
10 changed files with 118 additions and 9 deletions
|
|
@ -33,7 +33,14 @@ overrides = {}
|
|||
[sub_resource type="Resource" id="Resource_6e5ca"]
|
||||
script = ExtResource("1_47mos")
|
||||
scene = ExtResource("5_bks8v")
|
||||
overrides = {}
|
||||
overrides = {
|
||||
"box_margin_bottom": "1.0",
|
||||
"box_size": "Vector2(300, 50)",
|
||||
"name_label_custom_font_size": "8.0",
|
||||
"name_label_use_global_font_size": "false",
|
||||
"text_size": "6.0",
|
||||
"text_use_global_size": "false"
|
||||
}
|
||||
|
||||
[sub_resource type="Resource" id="Resource_30jrk"]
|
||||
script = ExtResource("1_47mos")
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
[style name="VN"]
|
||||
join Cirno left
|
||||
join Rumia right
|
||||
Cirno: Rumia? Why are you here?
|
||||
Rumia: I have no idea, I was flying through the forest in my darkness bubble and I ended up here
|
||||
Cirno: Great, now follow me, I can protect you from the people here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue