diff --git a/export_presets.cfg b/export_presets.cfg deleted file mode 100644 index 734fb48..0000000 --- a/export_presets.cfg +++ /dev/null @@ -1,83 +0,0 @@ -[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 diff --git a/pong.tscn b/pong.tscn index da340e8..d345da4 100644 --- a/pong.tscn +++ b/pong.tscn @@ -51,7 +51,7 @@ texture = ExtResource( 3 ) [node name="separator" type="Sprite" parent="."] -position = Vector2( 310, 200 ) +position = Vector2( 309.6, 200 ) texture = ExtResource( 4 ) _sections_unfolded = [ "Transform" ] diff --git a/separator.png b/separator.png index a6ea0de..e4de5e1 100644 Binary files a/separator.png and b/separator.png differ