Skip to content

Commit 1b6bb49

Browse files
committed
Fixed the share buttons
1 parent c1535d6 commit 1b6bb49

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Control/randy_scripts/Profile.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ extends Control
22

33
onready var http : HTTPRequest = $HTTPRequest
44
#Social Media
5-
var message
5+
var message = ""
66

77
onready var email : Label = $TextureRect/MarginContainer/MarginContainer/VBoxContainer/MenuOptions/Leaderboard
88
onready var account : Label = $TextureRect/MarginContainer/MarginContainer/VBoxContainer/MenuOptions/Play

View/gameModes/ChallengePlayScreen.tscn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ position = Vector2( 35.9, -25.1528 )
457457
scale = Vector2( 0.210295, 0.191248 )
458458
frames = SubResource( 4 )
459459
animation = "attack"
460-
frame = 6
460+
frame = 3
461461
playing = true
462462
flip_h = true
463463

@@ -470,7 +470,6 @@ self_modulate = Color( 0.301961, 0.321569, 0.807843, 1 )
470470
position = Vector2( 29.4744, -8.75781 )
471471
scale = Vector2( 1.67817, 1.51053 )
472472
frames = SubResource( 5 )
473-
frame = 1
474473
playing = true
475474
flip_h = true
476475

@@ -483,6 +482,7 @@ position = Vector2( 36.9065, -22.2842 )
483482
scale = Vector2( 0.243826, 0.177875 )
484483
frames = SubResource( 6 )
485484
animation = "walk"
485+
frame = 3
486486
playing = true
487487
flip_h = true
488488

@@ -495,7 +495,7 @@ position = Vector2( 35.7768, -17.0161 )
495495
scale = Vector2( 0.15, 0.15 )
496496
frames = SubResource( 7 )
497497
animation = "idle"
498-
frame = 8
498+
frame = 9
499499
playing = true
500500
flip_h = true
501501
[connection signal="request_completed" from="GUI/PlayBoard/QuestionMenu/HTTPRequest" to="GUI/PlayBoard/QuestionMenu" method="_on_HTTPRequest_request_completed"]

export_presets.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ custom_features=""
77
export_filter="all_resources"
88
include_filter=""
99
exclude_filter=""
10-
export_path="../Lab/Ports/Mathstack_v0.9.exe"
10+
export_path="../Lab/Ports/Mathstack_v1.0.exe"
1111
patch_list=PoolStringArray( )
1212
script_export_mode=1
1313
script_encryption_key=""
@@ -33,8 +33,8 @@ codesign/digest_algorithm=1
3333
codesign/description=""
3434
codesign/custom_options=PoolStringArray( )
3535
application/icon="res://textures/logo.ico"
36-
application/file_version="0.9"
37-
application/product_version="0.9"
36+
application/file_version="1.0"
37+
application/product_version="1.0"
3838
application/company_name="Team Mathstack"
3939
application/product_name="Mathstack"
4040
application/file_description="CZ3003 Project Game"

0 commit comments

Comments
 (0)