Improve timings and change credit font
This commit is contained in:
		
							parent
							
								
									563e9a971b
								
							
						
					
					
						commit
						6b45fd8162
					
				
					 3 changed files with 16 additions and 8 deletions
				
			
		| 
						 | 
					@ -13,8 +13,8 @@ dest_files=["res://.godot/imported/Linebeam.ttf-b1b753eeebb2522149bb72c0e253390f
 | 
				
			||||||
[params]
 | 
					[params]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Rendering=null
 | 
					Rendering=null
 | 
				
			||||||
antialiasing=1
 | 
					antialiasing=2
 | 
				
			||||||
generate_mipmaps=true
 | 
					generate_mipmaps=false
 | 
				
			||||||
disable_embedded_bitmaps=true
 | 
					disable_embedded_bitmaps=true
 | 
				
			||||||
multichannel_signed_distance_field=false
 | 
					multichannel_signed_distance_field=false
 | 
				
			||||||
msdf_pixel_range=8
 | 
					msdf_pixel_range=8
 | 
				
			||||||
| 
						 | 
					@ -22,12 +22,12 @@ msdf_size=48
 | 
				
			||||||
allow_system_fallback=true
 | 
					allow_system_fallback=true
 | 
				
			||||||
force_autohinter=false
 | 
					force_autohinter=false
 | 
				
			||||||
hinting=1
 | 
					hinting=1
 | 
				
			||||||
subpixel_positioning=1
 | 
					subpixel_positioning=3
 | 
				
			||||||
oversampling=0.0
 | 
					oversampling=0.0
 | 
				
			||||||
Fallbacks=null
 | 
					Fallbacks=null
 | 
				
			||||||
fallbacks=[]
 | 
					fallbacks=[]
 | 
				
			||||||
Compress=null
 | 
					Compress=null
 | 
				
			||||||
compress=true
 | 
					compress=false
 | 
				
			||||||
preload=[]
 | 
					preload=[]
 | 
				
			||||||
language_support={}
 | 
					language_support={}
 | 
				
			||||||
script_support={}
 | 
					script_support={}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,8 @@
 | 
				
			||||||
[gd_scene load_steps=14 format=3 uid="uid://dar5gkydgb6pw"]
 | 
					[gd_scene load_steps=15 format=3 uid="uid://dar5gkydgb6pw"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[ext_resource type="Script" path="res://scripts/credits.gd" id="1_tv0c0"]
 | 
					[ext_resource type="Script" path="res://scripts/credits.gd" id="1_tv0c0"]
 | 
				
			||||||
[ext_resource type="Shader" path="res://assets/shaders/wipe.gdshader" id="2_nafep"]
 | 
					[ext_resource type="Shader" path="res://assets/shaders/wipe.gdshader" id="2_nafep"]
 | 
				
			||||||
 | 
					[ext_resource type="FontFile" uid="uid://b55n3f2bh16v5" path="res://assets/fonts/Linebeam.ttf" id="3_emwyy"]
 | 
				
			||||||
[ext_resource type="Texture2D" uid="uid://5hxbsfm0aa0" path="res://icon.svg" id="3_ko2fe"]
 | 
					[ext_resource type="Texture2D" uid="uid://5hxbsfm0aa0" path="res://icon.svg" id="3_ko2fe"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[sub_resource type="Animation" id="Animation_durpn"]
 | 
					[sub_resource type="Animation" id="Animation_durpn"]
 | 
				
			||||||
| 
						 | 
					@ -429,12 +430,15 @@ shader_parameter/horizontal = true
 | 
				
			||||||
shader_parameter/invert = true
 | 
					shader_parameter/invert = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[sub_resource type="LabelSettings" id="LabelSettings_76odq"]
 | 
					[sub_resource type="LabelSettings" id="LabelSettings_76odq"]
 | 
				
			||||||
 | 
					font = ExtResource("3_emwyy")
 | 
				
			||||||
font_size = 64
 | 
					font_size = 64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[sub_resource type="LabelSettings" id="LabelSettings_2k0bm"]
 | 
					[sub_resource type="LabelSettings" id="LabelSettings_2k0bm"]
 | 
				
			||||||
 | 
					font = ExtResource("3_emwyy")
 | 
				
			||||||
font_size = 46
 | 
					font_size = 46
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[sub_resource type="LabelSettings" id="LabelSettings_6adhm"]
 | 
					[sub_resource type="LabelSettings" id="LabelSettings_6adhm"]
 | 
				
			||||||
 | 
					font = ExtResource("3_emwyy")
 | 
				
			||||||
font_size = 27
 | 
					font_size = 27
 | 
				
			||||||
font_color = Color(0.505344, 0.505344, 0.505344, 1)
 | 
					font_color = Color(0.505344, 0.505344, 0.505344, 1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -496,6 +500,8 @@ offset_right = 295.0
 | 
				
			||||||
offset_bottom = 176.0
 | 
					offset_bottom = 176.0
 | 
				
			||||||
grow_horizontal = 2
 | 
					grow_horizontal = 2
 | 
				
			||||||
grow_vertical = 2
 | 
					grow_vertical = 2
 | 
				
			||||||
 | 
					theme_override_fonts/normal_font = ExtResource("3_emwyy")
 | 
				
			||||||
 | 
					theme_override_fonts/mono_font = ExtResource("3_emwyy")
 | 
				
			||||||
theme_override_font_sizes/normal_font_size = 176
 | 
					theme_override_font_sizes/normal_font_size = 176
 | 
				
			||||||
theme_override_font_sizes/bold_font_size = 176
 | 
					theme_override_font_sizes/bold_font_size = 176
 | 
				
			||||||
bbcode_enabled = true
 | 
					bbcode_enabled = true
 | 
				
			||||||
| 
						 | 
					@ -554,6 +560,8 @@ offset_right = 295.0
 | 
				
			||||||
offset_bottom = 176.0
 | 
					offset_bottom = 176.0
 | 
				
			||||||
grow_horizontal = 2
 | 
					grow_horizontal = 2
 | 
				
			||||||
grow_vertical = 2
 | 
					grow_vertical = 2
 | 
				
			||||||
 | 
					theme_override_fonts/normal_font = ExtResource("3_emwyy")
 | 
				
			||||||
 | 
					theme_override_fonts/mono_font = ExtResource("3_emwyy")
 | 
				
			||||||
theme_override_font_sizes/normal_font_size = 176
 | 
					theme_override_font_sizes/normal_font_size = 176
 | 
				
			||||||
theme_override_font_sizes/bold_font_size = 176
 | 
					theme_override_font_sizes/bold_font_size = 176
 | 
				
			||||||
bbcode_enabled = true
 | 
					bbcode_enabled = true
 | 
				
			||||||
| 
						 | 
					@ -612,6 +620,8 @@ offset_right = 670.0
 | 
				
			||||||
offset_bottom = -265.0
 | 
					offset_bottom = -265.0
 | 
				
			||||||
grow_horizontal = 2
 | 
					grow_horizontal = 2
 | 
				
			||||||
grow_vertical = 2
 | 
					grow_vertical = 2
 | 
				
			||||||
 | 
					theme_override_fonts/normal_font = ExtResource("3_emwyy")
 | 
				
			||||||
 | 
					theme_override_fonts/mono_font = ExtResource("3_emwyy")
 | 
				
			||||||
theme_override_font_sizes/normal_font_size = 176
 | 
					theme_override_font_sizes/normal_font_size = 176
 | 
				
			||||||
theme_override_font_sizes/bold_font_size = 176
 | 
					theme_override_font_sizes/bold_font_size = 176
 | 
				
			||||||
bbcode_enabled = true
 | 
					bbcode_enabled = true
 | 
				
			||||||
| 
						 | 
					@ -691,8 +701,6 @@ layout_mode = 1
 | 
				
			||||||
anchors_preset = 15
 | 
					anchors_preset = 15
 | 
				
			||||||
anchor_right = 1.0
 | 
					anchor_right = 1.0
 | 
				
			||||||
anchor_bottom = 1.0
 | 
					anchor_bottom = 1.0
 | 
				
			||||||
offset_top = 788.0
 | 
					 | 
				
			||||||
offset_bottom = 788.0
 | 
					 | 
				
			||||||
grow_horizontal = 2
 | 
					grow_horizontal = 2
 | 
				
			||||||
grow_vertical = 2
 | 
					grow_vertical = 2
 | 
				
			||||||
color = Color(0, 0, 0, 1)
 | 
					color = Color(0, 0, 0, 1)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,7 +12,7 @@ tracks/0/path = NodePath(".")
 | 
				
			||||||
tracks/0/interp = 1
 | 
					tracks/0/interp = 1
 | 
				
			||||||
tracks/0/loop_wrap = true
 | 
					tracks/0/loop_wrap = true
 | 
				
			||||||
tracks/0/keys = {
 | 
					tracks/0/keys = {
 | 
				
			||||||
"times": PackedFloat32Array(0, 20, 44.9667, 57.1),
 | 
					"times": PackedFloat32Array(0, 10, 44.9667, 57.1),
 | 
				
			||||||
"transitions": PackedFloat32Array(1, 1, 1, 1),
 | 
					"transitions": PackedFloat32Array(1, 1, 1, 1),
 | 
				
			||||||
"values": [{
 | 
					"values": [{
 | 
				
			||||||
"args": [0],
 | 
					"args": [0],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue