outline text in its own theme
This commit is contained in:
parent
809b6510c4
commit
4cd2018b2c
5 changed files with 29 additions and 28 deletions
|
@ -1,9 +1,11 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://tilesets/t_gui.tres" type="TileSet" id=1]
|
||||
[ext_resource path="res://scripts/theme.tres" type="Theme" id=2]
|
||||
[ext_resource path="res://graphics/hud/pause_arrow.png" type="Texture" id=3]
|
||||
[ext_resource path="res://objects/hud/pause_screen.gd" type="Script" id=4]
|
||||
[ext_resource path="res://scripts/2ndpuberty_no_dropshadow.tres" type="Theme" id=5]
|
||||
[ext_resource path="res://scripts/2ndpuberty_outline.tres" type="Material" id=6]
|
||||
|
||||
[node name="PauseScreen" type="CanvasLayer"]
|
||||
pause_mode = 2
|
||||
|
@ -27,11 +29,12 @@ color = Color( 0.239216, 0.239216, 0.443137, 1 )
|
|||
|
||||
[node name="Paused" type="Label" parent="."]
|
||||
pause_mode = 2
|
||||
material = ExtResource( 6 )
|
||||
margin_left = 64.0
|
||||
margin_top = 56.0
|
||||
margin_right = 192.0
|
||||
margin_bottom = 70.0
|
||||
theme = ExtResource( 2 )
|
||||
theme = ExtResource( 5 )
|
||||
text = "PAUSED!"
|
||||
align = 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue