new textures
This commit is contained in:
parent
ea112e91a1
commit
7ac4df4ec9
29 changed files with 221 additions and 770 deletions
|
@ -3,7 +3,7 @@
|
|||
[ext_resource type="Script" path="res://MainMenu.gd" id="1_omrmt"]
|
||||
[ext_resource type="Gradient" uid="uid://c41berdx2rqpw" path="res://gradient.tres" id="2_fq3us"]
|
||||
[ext_resource type="Script" path="res://InfiniteGradient.gd" id="3_7u2sq"]
|
||||
[ext_resource type="FontFile" uid="uid://dsw5w316y4v54" path="res://Preahvihear/Preahvihear-Regular.ttf" id="3_swfwl"]
|
||||
[ext_resource type="FontFile" uid="uid://ve8css0g3ldb" path="res://Preahvihear/Preahvihear-Regular.ttf" id="3_swfwl"]
|
||||
[ext_resource type="Script" path="res://Settings.gd" id="5_sarwv"]
|
||||
[ext_resource type="Script" path="res://EmojiValidator.gd" id="6_ojb71"]
|
||||
|
||||
|
@ -132,27 +132,6 @@ theme_override_font_sizes/font_size = 50
|
|||
text = "SAVE"
|
||||
flat = true
|
||||
|
||||
[node name="TextEdit" type="TextEdit" parent="Settings Panel"]
|
||||
custom_minimum_size = Vector2(0, 100)
|
||||
layout_mode = 1
|
||||
anchors_preset = 13
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -398.0
|
||||
offset_top = 432.0
|
||||
offset_right = 398.0
|
||||
offset_bottom = -159.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_fonts/font = ExtResource("3_swfwl")
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "😀 😃 😄 😁 😆 🥹 😅 😂 🤣 🥲 ☺️ 😊 😇 🙂 🙃 😉 😌 😍 🥰 😘 😗 😚 😙 😋 😛 😝 😜 🤪 🤨 🧐 🤓 😎 🥸 🤩 🥳 😏 😒 😞 😔 😟 😕 🙁 😣 ☹️ 😖 😫 😩 🥺 😢 😭 😤 😠 😡 🤬 😥 😰 😨 😱 😶 🌫️ 🥶 🥵 😳 🤯 😓 🤗 🤔 🫣 🤭 🫢 🫡 🤫 🫠 🙄 😬 🫨 😑 🫤 😐 🫥 😶 🤥 😯 😦 😧 😮 😲 🥱 😴 🤤 😪 😷 🤧 🤮 🤢 🥴 🤐 😵 💫 😵 😮 💨 🤒 🤕 🤑 🤠 😈 👿 👹 👺 🤡 😺 🎃 🤖 👾 👽 ☠️ 💀 👻 💩 😸 😹 😻 😼 😽 🙀 😿 😾 🫶 ✊ 👊 👎 👍 🤝 👏 🙌 👐 🤲 🤛 🤜 🫷 🫸 🤞 ✌️ 🫰 🤟 🤘 👇 👆 👉 👈 🫴 🫳 🤏 🤌 👌 ☝️ ✋ 🤚 🖖 🖐️ 👋 🤙 🫲 🫱 🦿 🦵 🦶 🫵 🙏 ✍️ 🖕 🦾 💪 💄 💋 👄 🫦 🦷 👅 👂 🦻 👃 👥 👤 🗣️ 🧠 🫁 🫀 👀 👁️ 👣 🫂 👶 🧒 👧 👦 🧑 👩 👨 🧑 🦱 🧑 🦳"
|
||||
drag_and_drop_selection_enabled = false
|
||||
wrap_mode = 1
|
||||
autowrap_mode = 1
|
||||
caret_multiple = false
|
||||
|
||||
[node name="Menu" type="GridContainer" parent="Settings Panel"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 13
|
||||
|
@ -171,7 +150,7 @@ columns = 2
|
|||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
theme_override_font_sizes/font_size = 80
|
||||
text = "Useremoji"
|
||||
text = "Username"
|
||||
|
||||
[node name="Username" type="LineEdit" parent="Settings Panel/Menu"]
|
||||
custom_minimum_size = Vector2(50, 0)
|
||||
|
@ -179,10 +158,11 @@ layout_mode = 2
|
|||
size_flags_horizontal = 8
|
||||
theme_override_fonts/font = ExtResource("3_swfwl")
|
||||
theme_override_font_sizes/font_size = 54
|
||||
placeholder_text = "USR"
|
||||
alignment = 1
|
||||
max_length = 1
|
||||
max_length = 3
|
||||
script = ExtResource("6_ojb71")
|
||||
pattern = "\\p{Emoji}"
|
||||
pattern = "^[A-Za-z]+"
|
||||
|
||||
[node name="Label2" type="Label" parent="Settings Panel/Menu"]
|
||||
layout_mode = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue