mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-07 22:41:16 +00:00
Graphics
This commit is contained in:
parent
b07a8fe60d
commit
54bf15d93d
23 changed files with 313 additions and 75 deletions
|
|
@ -34,8 +34,10 @@ script = ExtResource("1_5pbjb")
|
|||
scene = ExtResource("4_m8ph6")
|
||||
overrides = {
|
||||
"box_distance": "0.0",
|
||||
"box_panel": "\"computer_stylebox.tres\"",
|
||||
"box_size": "Vector2(300, 80)",
|
||||
"name_label_custom_size": "9.0",
|
||||
"name_label_custom_size": "10.0",
|
||||
"name_label_use_global_size": "false",
|
||||
"text_custom_size": "6.0"
|
||||
}
|
||||
|
||||
|
|
@ -75,4 +77,4 @@ layer_info = {
|
|||
}
|
||||
base_overrides = {}
|
||||
layers = Array[ExtResource("1_5pbjb")]([])
|
||||
metadata/_latest_layer = "12"
|
||||
metadata/_latest_layer = ""
|
||||
|
|
|
|||
|
|
@ -13,7 +13,10 @@
|
|||
|
||||
[sub_resource type="Resource" id="Resource_mqh25"]
|
||||
script = ExtResource("1_47mos")
|
||||
overrides = {}
|
||||
overrides = {
|
||||
"global_font": "\"res://fonts/at01.ttf\"",
|
||||
"global_font_size": "12.0"
|
||||
}
|
||||
|
||||
[sub_resource type="Resource" id="Resource_5h7h2"]
|
||||
script = ExtResource("1_47mos")
|
||||
|
|
@ -36,11 +39,9 @@ scene = ExtResource("5_bks8v")
|
|||
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",
|
||||
"name_label_custom_font_size": "11.0",
|
||||
"next_indicator_size": "Vector2(12, 12)",
|
||||
"text_size": "6.0",
|
||||
"text_use_global_size": "false"
|
||||
"text_size": "6.0"
|
||||
}
|
||||
|
||||
[sub_resource type="Resource" id="Resource_30jrk"]
|
||||
|
|
|
|||
13
Dialogue/Styles/computer_stylebox.tres
Normal file
13
Dialogue/Styles/computer_stylebox.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://cok0do5s82lg4"]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color(1, 1, 1, 1)
|
||||
skew = Vector2(0.073, 0)
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
12
Dialogue/Styles/default_stylebox.tres
Normal file
12
Dialogue/Styles/default_stylebox.tres
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://cmpf1qxjh5tuw"]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color(1, 1, 1, 1)
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[style name="VN"]
|
||||
join Cirno center
|
||||
join Rumia center
|
||||
join Cirno left
|
||||
join Rumia right
|
||||
Rumia: Hey Cirno, are you sure I cannot eat these people?
|
||||
Cirno: I already said you cannot, they've been really nice to me!
|
||||
Rumia: Buuuut they look so tasty!! I'm getting hungry you know...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue