Skip to content

Commit b2cf65c

Browse files
committed
chore: .gdignore in dirs, folder colors, touch inputs
1 parent 2b22308 commit b2cf65c

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

build/.gdignore

Whitespace-only changes.

docs/.gdignore

Whitespace-only changes.

pandora/.gdignore

Whitespace-only changes.

project.godot

+17
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ config_version=5
1111
[application]
1212

1313
config/name="Dot Hop"
14+
config/version="1.0.0"
1415
run/main_scene="res://src/menus/MainMenu.tscn"
1516
config/features=PackedStringArray("4.2", "GL Compatibility")
1617
boot_splash/bg_color=Color(0.227451, 0.207843, 0.196078, 1)
@@ -40,6 +41,16 @@ window/stretch/mode="viewport"
4041

4142
enabled=PackedStringArray("res://addons/AsepriteWizard/plugin.cfg", "res://addons/core/plugin.cfg", "res://addons/dj/plugin.cfg", "res://addons/gdfxr/plugin.cfg", "res://addons/input_helper/plugin.cfg", "res://addons/pandora/plugin.cfg", "res://addons/sound_manager/plugin.cfg")
4243

44+
[file_customization]
45+
46+
folder_colors={
47+
"res://addons/": "red",
48+
"res://src/": "green",
49+
"res://src/puzzle/": "orange",
50+
"res://src/puzzles/": "blue",
51+
"res://src/themes/": "purple"
52+
}
53+
4354
[gdunit4]
4455

4556
settings/common/update_notification_enabled=false
@@ -145,7 +156,13 @@ debug_toggle={
145156
]
146157
}
147158

159+
[input_devices]
160+
161+
pointing/emulate_touch_from_mouse=true
162+
148163
[rendering]
149164

150165
textures/canvas_textures/default_texture_filter=0
166+
renderer/rendering_method="gl_compatibility"
167+
renderer/rendering_method.mobile="gl_compatibility"
151168
textures/vram_compression/import_etc2_astc=true

scripts/.gdignore

Whitespace-only changes.

0 commit comments

Comments
 (0)