Small CLeanup
This commit is contained in:
parent
205c39427d
commit
38773da555
2 changed files with 7 additions and 6 deletions
|
|
@ -11,7 +11,7 @@ config_version=5
|
|||
[application]
|
||||
|
||||
config/name="brackeysGameJam2024.2"
|
||||
config/version="0.0.0"
|
||||
config/version="1.0.0"
|
||||
config/tags=PackedStringArray("game_jam")
|
||||
run/main_scene="res://scenes/main/main.tscn"
|
||||
config/features=PackedStringArray("4.3", "GL Compatibility")
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ radius = 8.94427
|
|||
|
||||
[sub_resource type="Animation" id="Animation_1uxm1"]
|
||||
resource_name = "Introduction"
|
||||
length = 14.5
|
||||
length = 15.0
|
||||
step = 0.5
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
|
|
@ -91,10 +91,10 @@ tracks/4/path = NodePath("Camera2D/CanvasLayer/Control/ColorRect:visible")
|
|||
tracks/4/interp = 1
|
||||
tracks/4/loop_wrap = true
|
||||
tracks/4/keys = {
|
||||
"times": PackedFloat32Array(14, 14.5),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"times": PackedFloat32Array(0, 14, 14.5),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [true, false]
|
||||
"values": [true, true, false]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_4p2qj"]
|
||||
|
|
@ -169,7 +169,7 @@ tracks/5/keys = {
|
|||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [true]
|
||||
"values": [false]
|
||||
}
|
||||
tracks/6/type = "method"
|
||||
tracks/6/imported = false
|
||||
|
|
@ -490,6 +490,7 @@ icon = ExtResource("20_omxwa")
|
|||
|
||||
[node name="ColorRect" type="ColorRect" parent="Camera2D/CanvasLayer/Control" index="6"]
|
||||
process_mode = 3
|
||||
visible = false
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue