several changes.

This commit is contained in:
pennyrigate 2024-07-07 14:45:47 -04:00
parent 72f84c88a5
commit 198c669b41
19 changed files with 57 additions and 117 deletions

View file

@ -609,10 +609,9 @@ script = ExtResource( 14 )
layer = -64
[node name="ColorRect2" type="ColorRect" parent="CanvasLayer"]
margin_left = 512.0
margin_top = 8.0
margin_right = 768.0
margin_bottom = 200.0
margin_left = 4608.0
margin_right = 4864.0
margin_bottom = 192.0
color = Color( 0.0666667, 0.164706, 0.454902, 0.329412 )
[node name="Background" type="ColorRect" parent="CanvasLayer"]
@ -861,7 +860,6 @@ position = Vector2( 3584, 0 )
material = SubResource( 7 )
position = Vector2( 74, 69 )
frames = SubResource( 12 )
frame = 1
playing = true
script = ExtResource( 16 )
@ -892,7 +890,6 @@ align = 1
material = SubResource( 8 )
position = Vector2( 106, 69 )
frames = SubResource( 18 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall1/MsX"]
@ -993,7 +990,6 @@ align = 1
[node name="TheScrump" type="AnimatedSprite" parent="Control/RollCall2"]
position = Vector2( 2992, 128 )
frames = SubResource( 27 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall2/TheScrump"]
@ -1010,7 +1006,6 @@ align = 1
material = SubResource( 13 )
position = Vector2( 2880, 102 )
frames = SubResource( 30 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall2/RollingFiend"]
@ -1026,7 +1021,6 @@ align = 1
[node name="ChipIt" type="AnimatedSprite" parent="Control/RollCall2"]
position = Vector2( 2960, 62 )
frames = SubResource( 33 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall2/ChipIt"]
@ -1043,7 +1037,6 @@ align = 1
material = SubResource( 34 )
position = Vector2( 3024, 62 )
frames = SubResource( 43 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall2/Skelarcher"]
@ -1075,6 +1068,7 @@ align = 1
material = SubResource( 47 )
position = Vector2( 3016, 24 )
frames = SubResource( 50 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall2/BioSlime"]
@ -1105,7 +1099,6 @@ position = Vector2( 4096, 0 )
[node name="Shedge" type="AnimatedSprite" parent="Control/RollCall3"]
position = Vector2( 60, 25 )
frames = SubResource( 54 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall3/Shedge"]
@ -1121,6 +1114,7 @@ align = 1
[node name="TheScrumpsTongue" type="AnimatedSprite" parent="Control/RollCall3"]
position = Vector2( 156, 20 )
frames = SubResource( 57 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall3/TheScrumpsTongue"]
@ -1167,7 +1161,7 @@ align = 1
material = SubResource( 71 )
position = Vector2( 72, 152 )
frames = SubResource( 80 )
frame = 2
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall3/Hellarcher"]
@ -1184,7 +1178,6 @@ align = 1
material = SubResource( 66 )
position = Vector2( 68, 104 )
frames = SubResource( 70 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall3/Turchin"]
@ -1373,7 +1366,6 @@ align = 1
material = SubResource( 82 )
position = Vector2( 3362, 122.5 )
frames = SubResource( 87 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall4/Famicop"]
@ -1418,7 +1410,7 @@ align = 1
position = Vector2( 256, 0 )
[node name="Famira" parent="Control/RollCall6" instance=ExtResource( 47 )]
position = Vector2( 4512, 184 )
position = Vector2( 4502, 184 )
credits = true
[node name="MonsterousMechaMadeMoral" type="Label" parent="Control/RollCall6"]

View file

@ -16,7 +16,7 @@ onready var revolution_2083_ivy = preload("res://audio/sounds/revolution2083_ivy
func _input(event):
if Input.is_action_just_pressed("start") && !has_started:
Audio.play_sound(Audio.a_star,Audio.ac_collectible)
var r = randi() % 101
var r = 40
if r > 0 && r < 31: audio.stream = penny_voice
if r >= 30 && r < 61: audio.stream = haze_voice
if r >= 60 && r < 91: audio.stream = ivy_voice