Improved powerups font
This commit is contained in:
@@ -8,7 +8,7 @@ colors = PackedColorArray(1, 1, 0, 1, 1, 1, 0, 0)
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_slgxc"]
|
||||
radius = 6.0
|
||||
height = 24.0
|
||||
height = 22.0
|
||||
|
||||
[node name="Upgrade" type="RigidBody2D"]
|
||||
collision_layer = 0
|
||||
@@ -25,8 +25,8 @@ emission_shape = 3
|
||||
emission_rect_extents = Vector2(10, 1)
|
||||
direction = Vector2(0, -1)
|
||||
gravity = Vector2(0, 0)
|
||||
initial_velocity_min = 5.0
|
||||
initial_velocity_max = 5.0
|
||||
initial_velocity_min = 2.0
|
||||
initial_velocity_max = 2.0
|
||||
color = Color(1, 1, 0, 1)
|
||||
color_ramp = SubResource("Gradient_ll6dt")
|
||||
hue_variation_min = 1.0
|
||||
@@ -39,11 +39,11 @@ shape = SubResource("CapsuleShape2D_slgxc")
|
||||
[node name="Shadow" type="Polygon2D" parent="."]
|
||||
position = Vector2(2, 4)
|
||||
color = Color(0, 0, 0, 0.247059)
|
||||
polygon = PackedVector2Array(-6, -6, 6, -6, 9, -5, 11, -3, 12, 0, 11, 3, 9, 5, 6, 6, -6, 6, -9, 5, -11, 3, -12, 0, -11, -3, -9, -5)
|
||||
polygon = PackedVector2Array(-5, -6, 5, -6, 8, -5, 10, -3, 11, 0, 10, 3, 8, 5, 5, 6, -5, 6, -8, 5, -10, 3, -11, 0, -10, -3, -8, -5)
|
||||
|
||||
[node name="Polygon2D" type="Polygon2D" parent="."]
|
||||
color = Color(0, 0.258824, 1, 1)
|
||||
polygon = PackedVector2Array(-6, -6, 6, -6, 9, -5, 11, -3, 12, 0, 11, 3, 9, 5, 6, 6, -6, 6, -9, 5, -11, 3, -12, 0, -11, -3, -9, -5)
|
||||
polygon = PackedVector2Array(-5, -6, 5, -6, 8, -5, 10, -3, 11, 0, 10, 3, 8, 5, 5, 6, -5, 6, -8, 5, -10, 3, -11, 0, -10, -3, -8, -5)
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
texture_filter = 1
|
||||
@@ -52,15 +52,15 @@ anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -12.0
|
||||
offset_top = -7.0
|
||||
offset_right = 12.0
|
||||
offset_bottom = 10.0
|
||||
offset_left = -4.0
|
||||
offset_top = -4.0
|
||||
offset_right = 4.0
|
||||
offset_bottom = 4.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("2_iabep")
|
||||
theme_type_variation = &"Upgrade"
|
||||
text = "C"
|
||||
text = "W"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user