Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
c3c851d377 | |||
5d6b30dce9 | |||
ba38b80892 | |||
62f3eefd66 | |||
e71b72ec3f |
5 changed files with 13 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
/android/
|
/android/
|
||||||
|
/keystore/
|
||||||
|
/dist/
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="./Repeat After Me.apk"
|
export_path="dist/Repeat-After-Me-1.0.1.apk"
|
||||||
patches=PackedStringArray()
|
patches=PackedStringArray()
|
||||||
encryption_include_filters=""
|
encryption_include_filters=""
|
||||||
encryption_exclude_filters=""
|
encryption_exclude_filters=""
|
||||||
|
|
|
@ -11,7 +11,7 @@ config_version=5
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Repeat After Me"
|
config/name="Repeat After Me"
|
||||||
config/version="0.2.0"
|
config/version="1.0.1"
|
||||||
run/main_scene="uid://cv38ubwerjlpx"
|
run/main_scene="uid://cv38ubwerjlpx"
|
||||||
config/features=PackedStringArray("4.4", "Mobile")
|
config/features=PackedStringArray("4.4", "Mobile")
|
||||||
run/low_processor_mode=true
|
run/low_processor_mode=true
|
||||||
|
|
|
@ -179,6 +179,10 @@ offset_right = -40.0
|
||||||
offset_bottom = 320.0
|
offset_bottom = 320.0
|
||||||
alignment = 1
|
alignment = 1
|
||||||
keep_editing_on_text_submit = true
|
keep_editing_on_text_submit = true
|
||||||
|
context_menu_enabled = false
|
||||||
|
middle_mouse_paste_enabled = false
|
||||||
|
selecting_enabled = false
|
||||||
|
drag_and_drop_selection_enabled = false
|
||||||
|
|
||||||
[node name="SettingsMenu" parent="." instance=ExtResource("8_85g3d")]
|
[node name="SettingsMenu" parent="." instance=ExtResource("8_85g3d")]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
|
|
@ -57,6 +57,10 @@ offset_top = 56.0
|
||||||
offset_right = 184.0
|
offset_right = 184.0
|
||||||
offset_bottom = 75.0
|
offset_bottom = 75.0
|
||||||
keep_editing_on_text_submit = true
|
keep_editing_on_text_submit = true
|
||||||
|
context_menu_enabled = false
|
||||||
|
middle_mouse_paste_enabled = false
|
||||||
|
selecting_enabled = false
|
||||||
|
drag_and_drop_selection_enabled = false
|
||||||
|
|
||||||
[node name="AddPhraseButton" type="Button" parent="."]
|
[node name="AddPhraseButton" type="Button" parent="."]
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue