added score and volley counter
This commit is contained in:
parent
1a707521fd
commit
02be21df4b
|
@ -0,0 +1,83 @@
|
||||||
|
[preset.0]
|
||||||
|
|
||||||
|
custom_features=""
|
||||||
|
exclude_filter=""
|
||||||
|
export_filter="all_resources"
|
||||||
|
include_filter=""
|
||||||
|
name="HTML5"
|
||||||
|
patch_list=PoolStringArray( )
|
||||||
|
platform="HTML5"
|
||||||
|
runnable=true
|
||||||
|
|
||||||
|
[preset.0.options]
|
||||||
|
|
||||||
|
custom_template/debug=""
|
||||||
|
custom_template/release=""
|
||||||
|
html/head_include=""
|
||||||
|
options/memory_size=3
|
||||||
|
options/target=0
|
||||||
|
texture_format/etc=true
|
||||||
|
texture_format/etc2=false
|
||||||
|
texture_format/s3tc=false
|
||||||
|
|
||||||
|
[preset.1]
|
||||||
|
|
||||||
|
custom_features=""
|
||||||
|
exclude_filter=""
|
||||||
|
export_filter="all_resources"
|
||||||
|
include_filter=""
|
||||||
|
name="Windows Universal"
|
||||||
|
patch_list=PoolStringArray( )
|
||||||
|
platform="Windows Universal"
|
||||||
|
runnable=true
|
||||||
|
|
||||||
|
[preset.1.options]
|
||||||
|
|
||||||
|
architecture/target=1
|
||||||
|
capabilities/all_Joyn=false
|
||||||
|
capabilities/appointments=false
|
||||||
|
capabilities/blocked_Chat_Messages=false
|
||||||
|
capabilities/bluetooth=false
|
||||||
|
capabilities/chat=false
|
||||||
|
capabilities/code_Generation=false
|
||||||
|
capabilities/contacts=false
|
||||||
|
capabilities/enterprise_Authentication=false
|
||||||
|
capabilities/internet_Client=false
|
||||||
|
capabilities/internet_Client_Server=false
|
||||||
|
capabilities/location=false
|
||||||
|
capabilities/microphone=false
|
||||||
|
capabilities/music_Library=false
|
||||||
|
capabilities/objects_3D=false
|
||||||
|
capabilities/phone_Call=false
|
||||||
|
capabilities/pictures_Library=false
|
||||||
|
capabilities/private_Network_Client_Server=false
|
||||||
|
capabilities/proximity=false
|
||||||
|
capabilities/removable_Storage=false
|
||||||
|
capabilities/shared_User_Certificates=false
|
||||||
|
capabilities/user_Account_Information=false
|
||||||
|
capabilities/videos_Library=false
|
||||||
|
capabilities/voip_Call=false
|
||||||
|
capabilities/webcam=false
|
||||||
|
command_line/extra_args=""
|
||||||
|
custom_template/debug=""
|
||||||
|
custom_template/release=""
|
||||||
|
identity/product_guid="00000000-0000-0000-0000-000000000000"
|
||||||
|
identity/publisher_guid="00000000-0000-0000-0000-000000000000"
|
||||||
|
images/background_color="transparent"
|
||||||
|
orientation/landscape=true
|
||||||
|
orientation/landscape_flipped=true
|
||||||
|
orientation/portrait=true
|
||||||
|
orientation/portrait_flipped=true
|
||||||
|
package/description="Godot Engine"
|
||||||
|
package/display_name=""
|
||||||
|
package/publisher="CN=GodotEngine"
|
||||||
|
package/publisher_display_name="Godot Engine"
|
||||||
|
package/short_name="Godot"
|
||||||
|
package/unique_name="Godot.Engine"
|
||||||
|
tiles/show_name_on_square150x150=false
|
||||||
|
tiles/show_name_on_square310x310=false
|
||||||
|
tiles/show_name_on_wide310x150=false
|
||||||
|
version/build=0
|
||||||
|
version/major=1
|
||||||
|
version/minor=0
|
||||||
|
version/revision=0
|
56
pong.tscn
56
pong.tscn
|
@ -66,4 +66,60 @@ autoplay = false
|
||||||
mix_target = 0
|
mix_target = 0
|
||||||
bus = "Master"
|
bus = "Master"
|
||||||
|
|
||||||
|
[node name="Label" type="Label" parent="."]
|
||||||
|
|
||||||
|
anchor_left = 0.0
|
||||||
|
anchor_top = 0.0
|
||||||
|
anchor_right = 1.0
|
||||||
|
anchor_bottom = 1.0
|
||||||
|
margin_left = 160.0
|
||||||
|
margin_right = 236.0
|
||||||
|
margin_bottom = 76.0
|
||||||
|
rect_pivot_offset = Vector2( 0, 0 )
|
||||||
|
rect_clip_content = false
|
||||||
|
mouse_filter = 2
|
||||||
|
size_flags_horizontal = 1
|
||||||
|
size_flags_vertical = 4
|
||||||
|
align = 2
|
||||||
|
percent_visible = 1.0
|
||||||
|
lines_skipped = 0
|
||||||
|
max_lines_visible = -1
|
||||||
|
|
||||||
|
[node name="Label2" type="Label" parent="."]
|
||||||
|
|
||||||
|
anchor_left = 0.0
|
||||||
|
anchor_top = 0.0
|
||||||
|
anchor_right = 0.0
|
||||||
|
anchor_bottom = 0.0
|
||||||
|
margin_left = 320.0
|
||||||
|
margin_right = 360.0
|
||||||
|
margin_bottom = 14.0
|
||||||
|
rect_pivot_offset = Vector2( 0, 0 )
|
||||||
|
rect_clip_content = false
|
||||||
|
mouse_filter = 2
|
||||||
|
size_flags_horizontal = 1
|
||||||
|
size_flags_vertical = 4
|
||||||
|
percent_visible = 1.0
|
||||||
|
lines_skipped = 0
|
||||||
|
max_lines_visible = -1
|
||||||
|
|
||||||
|
[node name="Label3" type="Label" parent="."]
|
||||||
|
|
||||||
|
anchor_left = 0.0
|
||||||
|
anchor_top = 0.0
|
||||||
|
anchor_right = 0.0
|
||||||
|
anchor_bottom = 0.0
|
||||||
|
margin_left = 320.0
|
||||||
|
margin_top = 380.0
|
||||||
|
margin_right = 360.0
|
||||||
|
margin_bottom = 394.0
|
||||||
|
rect_pivot_offset = Vector2( 0, 0 )
|
||||||
|
rect_clip_content = false
|
||||||
|
mouse_filter = 2
|
||||||
|
size_flags_horizontal = 1
|
||||||
|
size_flags_vertical = 4
|
||||||
|
percent_visible = 1.0
|
||||||
|
lines_skipped = 0
|
||||||
|
max_lines_visible = -1
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue