diff --git a/pong.tscn b/pong.tscn index d345da4..9c8f575 100644 --- a/pong.tscn +++ b/pong.tscn @@ -19,7 +19,7 @@ use_filter = false font_data = ExtResource( 10 ) _sections_unfolded = [ "Font", "Settings" ] -[sub_resource type="DynamicFont" id=3] +[sub_resource type="DynamicFont" id=2] size = 32 use_mipmaps = false @@ -27,7 +27,7 @@ use_filter = false font_data = ExtResource( 10 ) _sections_unfolded = [ "Font", "Settings" ] -[sub_resource type="DynamicFont" id=2] +[sub_resource type="DynamicFont" id=3] size = 64 use_mipmaps = false @@ -51,7 +51,7 @@ texture = ExtResource( 3 ) [node name="separator" type="Sprite" parent="."] -position = Vector2( 309.6, 200 ) +position = Vector2( 310, 200 ) texture = ExtResource( 4 ) _sections_unfolded = [ "Transform" ] @@ -130,7 +130,7 @@ rect_clip_content = false mouse_filter = 2 size_flags_horizontal = 1 size_flags_vertical = 4 -custom_fonts/font = SubResource( 3 ) +custom_fonts/font = SubResource( 2 ) align = 1 valign = 1 percent_visible = 1.0 @@ -153,7 +153,7 @@ rect_clip_content = false mouse_filter = 2 size_flags_horizontal = 1 size_flags_vertical = 4 -custom_fonts/font = SubResource( 2 ) +custom_fonts/font = SubResource( 3 ) align = 1 valign = 1 percent_visible = 1.0 diff --git a/pong.vs b/pong.vs index d765c25..303ae24 100644 Binary files a/pong.vs and b/pong.vs differ diff --git a/project.godot b/project.godot index 45069a2..58d60cd 100644 --- a/project.godot +++ b/project.godot @@ -32,5 +32,6 @@ right_move_down=[ Object(InputEventKey,"resource_local_to_scene":false,"resource [rendering] +quality/2d/use_pixel_snap=true environment/default_clear_color=Color( 0, 0, 0, 1 ) environment/default_environment="res://default_env.tres"