Skip to content

Commit

Permalink
Fixed the share buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkofmia committed Apr 24, 2020
1 parent c1535d6 commit 1b6bb49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Control/randy_scripts/Profile.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends Control

onready var http : HTTPRequest = $HTTPRequest
#Social Media
var message
var message = ""

onready var email : Label = $TextureRect/MarginContainer/MarginContainer/VBoxContainer/MenuOptions/Leaderboard
onready var account : Label = $TextureRect/MarginContainer/MarginContainer/VBoxContainer/MenuOptions/Play
Expand Down
6 changes: 3 additions & 3 deletions View/gameModes/ChallengePlayScreen.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ position = Vector2( 35.9, -25.1528 )
scale = Vector2( 0.210295, 0.191248 )
frames = SubResource( 4 )
animation = "attack"
frame = 6
frame = 3
playing = true
flip_h = true

Expand All @@ -470,7 +470,6 @@ self_modulate = Color( 0.301961, 0.321569, 0.807843, 1 )
position = Vector2( 29.4744, -8.75781 )
scale = Vector2( 1.67817, 1.51053 )
frames = SubResource( 5 )
frame = 1
playing = true
flip_h = true

Expand All @@ -483,6 +482,7 @@ position = Vector2( 36.9065, -22.2842 )
scale = Vector2( 0.243826, 0.177875 )
frames = SubResource( 6 )
animation = "walk"
frame = 3
playing = true
flip_h = true

Expand All @@ -495,7 +495,7 @@ position = Vector2( 35.7768, -17.0161 )
scale = Vector2( 0.15, 0.15 )
frames = SubResource( 7 )
animation = "idle"
frame = 8
frame = 9
playing = true
flip_h = true
[connection signal="request_completed" from="GUI/PlayBoard/QuestionMenu/HTTPRequest" to="GUI/PlayBoard/QuestionMenu" method="_on_HTTPRequest_request_completed"]
Expand Down
6 changes: 3 additions & 3 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="../Lab/Ports/Mathstack_v0.9.exe"
export_path="../Lab/Ports/Mathstack_v1.0.exe"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
Expand All @@ -33,8 +33,8 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon="res://textures/logo.ico"
application/file_version="0.9"
application/product_version="0.9"
application/file_version="1.0"
application/product_version="1.0"
application/company_name="Team Mathstack"
application/product_name="Mathstack"
application/file_description="CZ3003 Project Game"
Expand Down

0 comments on commit 1b6bb49

Please sign in to comment.