Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grazianobolla committed Jun 15, 2021
1 parent 858c78f commit 2ada924
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="../make-it-click-win/make-it-click.exe"
export_path="../make-it-click-exe/make-it-click.exe"
script_export_mode=1
script_encryption_key=""

Expand All @@ -55,11 +55,11 @@ codesign/timestamp_server_url=""
codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon=""
application/file_version=""
application/icon="res://icon.ico"
application/file_version="1.0.0"
application/product_version=""
application/company_name=""
application/product_name=""
application/product_name="Make it Click"
application/file_description=""
application/copyright=""
application/trademarks=""
Binary file added icon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion levels/Level6.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ type = 1

[node name="PowerUp2" parent="." index="6" instance=ExtResource( 3 )]
position = Vector2( 240, 720 )
type = 2

[node name="FinalPole" parent="." index="7"]
position = Vector2( 1728, 232 )
Expand Down
3 changes: 1 addition & 2 deletions levels/LevelEnd.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,14 @@ __meta__ = {

[node name="PowerUp" parent="." index="6" instance=ExtResource( 3 )]
position = Vector2( 768, 56 )
type = 1

[node name="PowerUp2" parent="." index="7" instance=ExtResource( 3 )]
position = Vector2( 32, 496 )
type = 1

[node name="PowerUp3" parent="." index="8" instance=ExtResource( 3 )]
position = Vector2( 1048, 496 )
type = 2

[node name="PowerUp4" parent="." index="9" instance=ExtResource( 3 )]
position = Vector2( 272, 56 )
type = 1
3 changes: 1 addition & 2 deletions levels/MainMenu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,13 @@ position = Vector2( 240, 392 )
scale = Vector2( 2, 2 )
frames = ExtResource( 2 )
animation = "dancing"
frame = 5
frame = 6
playing = true

[node name="AnimatedSprite2" type="AnimatedSprite" parent="."]
position = Vector2( 720, 384 )
scale = Vector2( 2, 2 )
frames = ExtResource( 1 )
frame = 1
playing = true

[node name="AnimatedSprite3" type="AnimatedSprite" parent="."]
Expand Down

0 comments on commit 2ada924

Please sign in to comment.