bug: Fix low-resolution text
This commit is contained in:
parent
64c055b23f
commit
e287853798
13 changed files with 1463 additions and 104 deletions
|
|
@ -4,18 +4,19 @@
|
|||
[ext_resource type="Texture2D" uid="uid://cv84w0y2jg3i3" path="res://Sprites/i_are_spaceship.png" id="1_fn5yt"]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_6vqwg"]
|
||||
radius = 3.0
|
||||
height = 10.0
|
||||
radius = 2.0
|
||||
height = 8.0
|
||||
|
||||
[node name="Laser" type="Area2D"]
|
||||
script = ExtResource("1_6vqwg")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
position = Vector2(-1, 1)
|
||||
scale = Vector2(2, 2)
|
||||
scale = Vector2(1.5, 1.5)
|
||||
texture = ExtResource("1_fn5yt")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(34, 17, 3, 7)
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(0, 1)
|
||||
shape = SubResource("CapsuleShape2D_6vqwg")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue