bug: Fix low-resolution text
This commit is contained in:
parent
64c055b23f
commit
e287853798
13 changed files with 1463 additions and 104 deletions
|
|
@ -1,9 +1,10 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://j2mr8pluyo37"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dkqojwn3escv3"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cvfsmhdbgh8vh" path="res://Sprites/idle_spaceship.png" id="1_bkce2"]
|
||||
|
||||
[node name="Life" type="TextureRect"]
|
||||
offset_right = 15.0
|
||||
offset_bottom = 24.0
|
||||
[node name="TextureRect" type="TextureRect"]
|
||||
custom_minimum_size = Vector2(30, 48)
|
||||
offset_right = 30.0
|
||||
texture = ExtResource("1_bkce2")
|
||||
expand_mode = 5
|
||||
stretch_mode = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue