updating project files
This commit is contained in:
@@ -21,6 +21,7 @@ msdf_pixel_range=8
|
||||
msdf_size=48
|
||||
allow_system_fallback=true
|
||||
force_autohinter=false
|
||||
modulate_color_glyphs=false
|
||||
hinting=1
|
||||
subpixel_positioning=1
|
||||
keep_rounding_remainders=true
|
||||
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/Blank_White_Normal.png-71b5933a92dfdd83fd323e
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://toty2e3yx26l"]
|
||||
[gd_scene format=3 uid="uid://toty2e3yx26l"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/guide/ui/renderers/keyboard/key_renderer.gd" id="1_tm2sd"]
|
||||
[ext_resource type="Script" uid="uid://cd4r6x5q0mkhp" path="res://addons/guide/ui/renderers/keyboard/key_renderer.gd" id="1_tm2sd"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3x586os8uuwb" path="res://addons/guide/ui/renderers/keyboard/icons/Blank_White_Normal.png" id="2_myc15"]
|
||||
[ext_resource type="FontFile" uid="uid://cu8bvod6tnnwr" path="res://addons/guide/ui/renderers/keyboard/Lato-Black.ttf" id="3_d3uds"]
|
||||
|
||||
[node name="KeyRenderer" type="MarginContainer"]
|
||||
[node name="KeyRenderer" type="MarginContainer" unique_id=146598569]
|
||||
process_mode = 3
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
offset_right = 267.0
|
||||
offset_bottom = 100.0
|
||||
@@ -12,7 +13,7 @@ size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
script = ExtResource("1_tm2sd")
|
||||
|
||||
[node name="NinePatchRect" type="NinePatchRect" parent="."]
|
||||
[node name="NinePatchRect" type="NinePatchRect" parent="." unique_id=2134530472]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("2_myc15")
|
||||
region_rect = Rect2(10, 10, 80, 80)
|
||||
@@ -21,12 +22,12 @@ patch_margin_top = 30
|
||||
patch_margin_right = 29
|
||||
patch_margin_bottom = 29
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1669610191]
|
||||
layout_mode = 2
|
||||
theme_override_constants/margin_left = 30
|
||||
theme_override_constants/margin_right = 30
|
||||
|
||||
[node name="Label" type="Label" parent="MarginContainer"]
|
||||
[node name="Label" type="Label" parent="MarginContainer" unique_id=83457447]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
theme_override_colors/font_color = Color(0.25098, 0.25098, 0.25098, 1)
|
||||
|
||||
Reference in New Issue
Block a user