Skip to content

Commit b16ac6f

Browse files
committed
Fixed Intro AI and quit button
1 parent 38b523d commit b16ac6f

13 files changed

+115
-87
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source_md5="658d89891ce77f7ea9b19128dd7b39e8"
2+
dest_md5="b1166910497e4da162c572ea74f2799a"
3+
900 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
source_md5="cb72e7475dce1ce81c1a42200cddc14a"
2-
dest_md5="0d69d191c79064f2c10635808c902049"
1+
source_md5="59e3941b39736f0c6d3e10e8178cc3ee"
2+
dest_md5="abc19924cf49202606d916d9b06f767a"
33

-82 Bytes
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source_md5="75483b80e1b22be16ac737015bf0b5b6"
2+
dest_md5="87d32169bfe0be46b533c20567651642"
3+
Binary file not shown.

Scenes/Intro/Intro2.tscn

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
[gd_scene load_steps=10 format=2]
1+
[gd_scene load_steps=8 format=2]
22

33
[ext_resource path="res://Scenes/Intro/Intro2.gd" type="Script" id=1]
44
[ext_resource path="res://Inconsolata-Black.ttf" type="DynamicFontData" id=2]
55
[ext_resource path="res://png/Monitor.png" type="Texture" id=3]
6-
[ext_resource path="res://png/greenbutton.png" type="Texture" id=4]
76

87
[sub_resource type="DynamicFont" id=1]
98
size = 25
@@ -40,13 +39,9 @@ tracks/0/keys = {
4039
"values": [ 0.0, 1.0 ]
4140
}
4241

43-
[sub_resource type="StyleBoxTexture" id=8]
44-
texture = ExtResource( 4 )
45-
region_rect = Rect2( 0, 0, 224, 49 )
46-
47-
[sub_resource type="StyleBoxTexture" id=4]
48-
texture = ExtResource( 4 )
49-
region_rect = Rect2( 0, 0, 224, 49 )
42+
[sub_resource type="DynamicFont" id=4]
43+
size = 25
44+
font_data = ExtResource( 2 )
5045

5146
[node name="Opening Scene" type="Node2D"]
5247
position = Vector2( 0, 38 )
@@ -82,17 +77,6 @@ playback_speed = 0.6
8277
anims/RESET = SubResource( 2 )
8378
anims/type = SubResource( 3 )
8479

85-
[node name="MarginContainer4" type="MarginContainer" parent="."]
86-
margin_left = 70.0
87-
margin_top = 408.0
88-
margin_right = 955.0
89-
margin_bottom = 497.0
90-
91-
[node name="ColorRect" type="ColorRect" parent="MarginContainer4"]
92-
margin_right = 885.0
93-
margin_bottom = 89.0
94-
color = Color( 1, 0.803922, 0.388235, 1 )
95-
9680
[node name="MarginContainer2" type="MarginContainer" parent="."]
9781
margin_left = 348.0
9882
margin_top = 420.0
@@ -102,8 +86,8 @@ margin_bottom = 484.0
10286
[node name="Button" type="Button" parent="MarginContainer2"]
10387
margin_right = 300.0
10488
margin_bottom = 64.0
105-
custom_styles/hover = SubResource( 8 )
106-
custom_styles/normal = SubResource( 4 )
89+
custom_fonts/font = SubResource( 4 )
90+
text = "Start the Day"
10791

10892
[connection signal="animation_finished" from="MarginContainer/AnimationPlayer" to="." method="_on_AnimationPlayer_animation_finished"]
10993
[connection signal="button_up" from="MarginContainer2/Button" to="." method="_on_Button_button_up"]

Scenes/Intro/Intro3.tscn

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[ext_resource path="res://Scenes/Intro/Intro3.gd" type="Script" id=1]
44
[ext_resource path="res://Inconsolata-Black.ttf" type="DynamicFontData" id=2]
5-
[ext_resource path="res://png/Monitor+icon.png" type="Texture" id=3]
5+
[ext_resource path="res://png/MonitorwAI.png" type="Texture" id=3]
66

77
[sub_resource type="DynamicFont" id=1]
88
size = 25
@@ -40,7 +40,7 @@ tracks/0/keys = {
4040
}
4141

4242
[sub_resource type="DynamicFont" id=4]
43-
size = 30
43+
size = 20
4444
font_data = ExtResource( 2 )
4545

4646
[node name="Opening Scene" type="Node2D"]
@@ -77,28 +77,17 @@ playback_speed = 0.6
7777
anims/RESET = SubResource( 2 )
7878
anims/type = SubResource( 3 )
7979

80-
[node name="MarginContainer4" type="MarginContainer" parent="."]
81-
margin_left = 70.0
82-
margin_top = 408.0
83-
margin_right = 955.0
84-
margin_bottom = 497.0
85-
86-
[node name="ColorRect" type="ColorRect" parent="MarginContainer4"]
87-
margin_right = 885.0
88-
margin_bottom = 89.0
89-
color = Color( 1, 0.803922, 0.388235, 1 )
90-
9180
[node name="MarginContainer2" type="MarginContainer" parent="."]
92-
margin_left = 348.0
93-
margin_top = 420.0
94-
margin_right = 648.0
95-
margin_bottom = 484.0
81+
margin_left = 155.0
82+
margin_top = 421.0
83+
margin_right = 413.0
84+
margin_bottom = 482.0
9685

9786
[node name="Button" type="Button" parent="MarginContainer2"]
98-
margin_right = 312.0
99-
margin_bottom = 64.0
87+
margin_right = 258.0
88+
margin_bottom = 61.0
10089
custom_fonts/font = SubResource( 4 )
101-
text = "How can you help me?"
90+
text = "My companion?"
10291

10392
[connection signal="animation_finished" from="MarginContainer/AnimationPlayer" to="." method="_on_AnimationPlayer_animation_finished"]
10493
[connection signal="pressed" from="MarginContainer2/Button" to="." method="_on_Button_pressed"]

Scenes/Intro/Intro4.tscn

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[ext_resource path="res://Scenes/Intro/Intro4.gd" type="Script" id=1]
44
[ext_resource path="res://Inconsolata-Black.ttf" type="DynamicFontData" id=2]
5-
[ext_resource path="res://png/Monitor+icon.png" type="Texture" id=3]
5+
[ext_resource path="res://png/MonitorwAI.png" type="Texture" id=3]
66

77
[sub_resource type="DynamicFont" id=1]
88
size = 25
@@ -40,7 +40,7 @@ tracks/0/keys = {
4040
}
4141

4242
[sub_resource type="DynamicFont" id=4]
43-
size = 25
43+
size = 20
4444
font_data = ExtResource( 2 )
4545

4646
[node name="Opening Scene" type="Node2D"]
@@ -61,12 +61,12 @@ margin_right = 944.0
6161
margin_bottom = 80.0
6262

6363
[node name="Task" type="Label" parent="MarginContainer"]
64-
margin_top = 6.0
6564
margin_right = 875.0
66-
margin_bottom = 33.0
65+
margin_bottom = 57.0
6766
custom_colors/font_color = Color( 1, 1, 1, 1 )
6867
custom_fonts/font = SubResource( 1 )
69-
text = "DICTOR: I will guide you in making the best decisions possible"
68+
text = "DICTOR: Yes! I will guide you in making the best decisions
69+
possible to make sure our society is safe!"
7070
align = 1
7171
uppercase = true
7272
percent_visible = 0.0
@@ -77,28 +77,17 @@ playback_speed = 0.6
7777
anims/RESET = SubResource( 2 )
7878
anims/type = SubResource( 3 )
7979

80-
[node name="MarginContainer4" type="MarginContainer" parent="."]
81-
margin_left = 70.0
82-
margin_top = 408.0
83-
margin_right = 955.0
84-
margin_bottom = 497.0
85-
86-
[node name="ColorRect" type="ColorRect" parent="MarginContainer4"]
87-
margin_right = 885.0
88-
margin_bottom = 89.0
89-
color = Color( 1, 0.803922, 0.388235, 1 )
90-
9180
[node name="MarginContainer2" type="MarginContainer" parent="."]
92-
margin_left = 348.0
93-
margin_top = 420.0
94-
margin_right = 648.0
95-
margin_bottom = 484.0
81+
margin_left = 155.0
82+
margin_top = 421.0
83+
margin_right = 413.0
84+
margin_bottom = 482.0
9685

9786
[node name="Button" type="Button" parent="MarginContainer2"]
98-
margin_right = 300.0
99-
margin_bottom = 64.0
87+
margin_right = 258.0
88+
margin_bottom = 61.0
10089
custom_fonts/font = SubResource( 4 )
101-
text = "So how do I start?"
90+
text = "Cool! Let's get Started!"
10291

10392
[connection signal="animation_finished" from="MarginContainer/AnimationPlayer" to="." method="_on_AnimationPlayer_animation_finished"]
10493
[connection signal="pressed" from="MarginContainer2/Button" to="." method="_on_Button_pressed"]

Scenes/Intro/Intro5.tscn

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[ext_resource path="res://Scenes/Intro/Intro5.gd" type="Script" id=1]
44
[ext_resource path="res://Inconsolata-Black.ttf" type="DynamicFontData" id=2]
5-
[ext_resource path="res://png/Monitor+icon.png" type="Texture" id=3]
5+
[ext_resource path="res://png/MonitorwAI.png" type="Texture" id=3]
66
[ext_resource path="res://png/Capital+person.png" type="Texture" id=4]
77

88
[sub_resource type="DynamicFont" id=1]
@@ -56,7 +56,7 @@ rect_scale = Vector2( 1.0248, 0.990458 )
5656
texture = ExtResource( 3 )
5757

5858
[node name="Testpfp" type="Sprite" parent="."]
59-
position = Vector2( 190.125, 290 )
59+
position = Vector2( 284, 292 )
6060
scale = Vector2( 0.489872, 0.506329 )
6161
texture = ExtResource( 4 )
6262

@@ -84,26 +84,15 @@ playback_speed = 0.2
8484
anims/RESET = SubResource( 2 )
8585
anims/type = SubResource( 3 )
8686

87-
[node name="MarginContainer4" type="MarginContainer" parent="."]
88-
margin_left = 70.0
89-
margin_top = 408.0
90-
margin_right = 955.0
91-
margin_bottom = 497.0
92-
93-
[node name="ColorRect" type="ColorRect" parent="MarginContainer4"]
94-
margin_right = 885.0
95-
margin_bottom = 89.0
96-
color = Color( 1, 0.803922, 0.388235, 1 )
97-
9887
[node name="MarginContainer2" type="MarginContainer" parent="."]
99-
margin_left = 348.0
100-
margin_top = 420.0
101-
margin_right = 648.0
102-
margin_bottom = 484.0
88+
margin_left = 155.0
89+
margin_top = 421.0
90+
margin_right = 413.0
91+
margin_bottom = 482.0
10392

10493
[node name="Button" type="Button" parent="MarginContainer2"]
105-
margin_right = 300.0
106-
margin_bottom = 64.0
94+
margin_right = 258.0
95+
margin_bottom = 61.0
10796
custom_fonts/font = SubResource( 4 )
10897
text = "Investigate Him"
10998

0 commit comments

Comments
 (0)