set the text to have drop shadow and outline

This commit is contained in:
pennyrigate 2023-05-17 01:57:24 -04:00
parent fe2b50a5a9
commit 4d29c5720a
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
[ext_resource path="res://objects/environment/barrier/barrier.gd" type="Script" id=1]
[ext_resource path="res://graphics/barrier/barrier_2px.png" type="Texture" id=2]
[ext_resource path="res://ui/2ndpuberty_no_dropshadow.tres" type="Theme" id=3]
[ext_resource path="res://ui/theme.tres" type="Theme" id=3]
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=4]
[sub_resource type="RectangleShape2D" id=1]
@ -89,6 +89,7 @@ tracks/2/keys = {
}
[node name="Barrier" type="Node2D"]
z_index = 50
script = ExtResource( 1 )
[node name="Sprite" type="Sprite" parent="."]