seperator now PIXEL PERFECT
This commit is contained in:
parent
9905731096
commit
1fd9c2016b
10
pong.tscn
10
pong.tscn
|
@ -19,7 +19,7 @@ use_filter = false
|
||||||
font_data = ExtResource( 10 )
|
font_data = ExtResource( 10 )
|
||||||
_sections_unfolded = [ "Font", "Settings" ]
|
_sections_unfolded = [ "Font", "Settings" ]
|
||||||
|
|
||||||
[sub_resource type="DynamicFont" id=3]
|
[sub_resource type="DynamicFont" id=2]
|
||||||
|
|
||||||
size = 32
|
size = 32
|
||||||
use_mipmaps = false
|
use_mipmaps = false
|
||||||
|
@ -27,7 +27,7 @@ use_filter = false
|
||||||
font_data = ExtResource( 10 )
|
font_data = ExtResource( 10 )
|
||||||
_sections_unfolded = [ "Font", "Settings" ]
|
_sections_unfolded = [ "Font", "Settings" ]
|
||||||
|
|
||||||
[sub_resource type="DynamicFont" id=2]
|
[sub_resource type="DynamicFont" id=3]
|
||||||
|
|
||||||
size = 64
|
size = 64
|
||||||
use_mipmaps = false
|
use_mipmaps = false
|
||||||
|
@ -51,7 +51,7 @@ texture = ExtResource( 3 )
|
||||||
|
|
||||||
[node name="separator" type="Sprite" parent="."]
|
[node name="separator" type="Sprite" parent="."]
|
||||||
|
|
||||||
position = Vector2( 309.6, 200 )
|
position = Vector2( 310, 200 )
|
||||||
texture = ExtResource( 4 )
|
texture = ExtResource( 4 )
|
||||||
_sections_unfolded = [ "Transform" ]
|
_sections_unfolded = [ "Transform" ]
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@ rect_clip_content = false
|
||||||
mouse_filter = 2
|
mouse_filter = 2
|
||||||
size_flags_horizontal = 1
|
size_flags_horizontal = 1
|
||||||
size_flags_vertical = 4
|
size_flags_vertical = 4
|
||||||
custom_fonts/font = SubResource( 3 )
|
custom_fonts/font = SubResource( 2 )
|
||||||
align = 1
|
align = 1
|
||||||
valign = 1
|
valign = 1
|
||||||
percent_visible = 1.0
|
percent_visible = 1.0
|
||||||
|
@ -153,7 +153,7 @@ rect_clip_content = false
|
||||||
mouse_filter = 2
|
mouse_filter = 2
|
||||||
size_flags_horizontal = 1
|
size_flags_horizontal = 1
|
||||||
size_flags_vertical = 4
|
size_flags_vertical = 4
|
||||||
custom_fonts/font = SubResource( 2 )
|
custom_fonts/font = SubResource( 3 )
|
||||||
align = 1
|
align = 1
|
||||||
valign = 1
|
valign = 1
|
||||||
percent_visible = 1.0
|
percent_visible = 1.0
|
||||||
|
|
|
@ -32,5 +32,6 @@ right_move_down=[ Object(InputEventKey,"resource_local_to_scene":false,"resource
|
||||||
|
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|
||||||
|
quality/2d/use_pixel_snap=true
|
||||||
environment/default_clear_color=Color( 0, 0, 0, 1 )
|
environment/default_clear_color=Color( 0, 0, 0, 1 )
|
||||||
environment/default_environment="res://default_env.tres"
|
environment/default_environment="res://default_env.tres"
|
||||||
|
|
Loading…
Reference in New Issue