diff options
| author | dam <dam@gudinoff> | 2022-04-04 10:02:13 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-04-04 10:02:13 +0000 |
| commit | f40df1987a35adbc234a1b04b018d92d420b1e92 (patch) | |
| tree | fbe2ef81b7aaf16a4a75259a9e09d2361de066ba /option_set/option_set.tscn | |
| parent | 2599637e95cf5702711ac60d74dd6259c549796f (diff) | |
| download | surgery-log-f40df1987a35adbc234a1b04b018d92d420b1e92.tar.zst surgery-log-f40df1987a35adbc234a1b04b018d92d420b1e92.zip | |
Replaced icons and simplified dialog button labels.
Diffstat (limited to 'option_set/option_set.tscn')
| -rw-r--r-- | option_set/option_set.tscn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/option_set/option_set.tscn b/option_set/option_set.tscn index 2b0bc76..5499361 100644 --- a/option_set/option_set.tscn +++ b/option_set/option_set.tscn @@ -1,6 +1,7 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=3 format=2] [ext_resource path="res://option_set/option_set.gd" type="Script" id=1] +[ext_resource path="res://fonts/font_icons.tres" type="DynamicFont" id=2] [node name="option_set" type="Control"] anchor_right = 1.0 @@ -26,7 +27,8 @@ anchor_right = 1.0 anchor_bottom = 1.0 margin_left = -100.0 grow_horizontal = 0 -text = "▽" +custom_fonts/font = ExtResource( 2 ) +text = "" __meta__ = { "_edit_use_anchors_": false } |
