bug: Fix low-resolution text
This commit is contained in:
parent
64c055b23f
commit
e287853798
13 changed files with 1463 additions and 104 deletions
|
|
@ -77,14 +77,16 @@ animations = [{
|
|||
}]
|
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id="ConvexPolygonShape2D_kek77"]
|
||||
points = PackedVector2Array(-6, 0, -7, 7, 8, 7, 7, 0, 0, -8)
|
||||
points = PackedVector2Array(-7, 0, -8, 7, 7, 7, 6, 0, 0, -8)
|
||||
|
||||
[node name="Ship" type="CharacterBody2D"]
|
||||
scale = Vector2(2, 2)
|
||||
script = ExtResource("1_6ejuo")
|
||||
Laser = ExtResource("2_8aq7e")
|
||||
pew = ExtResource("3_fwcnm")
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(-1, 0)
|
||||
sprite_frames = SubResource("SpriteFrames_1bvp3")
|
||||
animation = &"right"
|
||||
autoplay = "idle"
|
||||
|
|
@ -94,4 +96,4 @@ position = Vector2(0, -4)
|
|||
shape = SubResource("ConvexPolygonShape2D_kek77")
|
||||
|
||||
[node name="Muzzle" type="Marker2D" parent="."]
|
||||
position = Vector2(0, -15)
|
||||
position = Vector2(0, -14)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue