mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-25 14:17:29 -04:00
home scene
This commit is contained in:
parent
5fe170dfc6
commit
cce0bedbb1
21 changed files with 559 additions and 131 deletions
|
@ -29,7 +29,7 @@ driver/enable_input=true
|
|||
|
||||
DataSaver="*res://scripts/data_saver.gd"
|
||||
FileDownloader="*res://scripts/loading/file_downloader.gd"
|
||||
Debug="*res://scripts/debug-log/debug.gd"
|
||||
Debug="*res://scripts/debug_log/debug.gd"
|
||||
AnalyticsEvents="*res://scripts/api/analytics/analytics_events.gd"
|
||||
Backend="*res://scripts/api/backend.gd"
|
||||
|
||||
|
@ -53,6 +53,10 @@ window/per_pixel_transparency/allowed=true
|
|||
|
||||
naming/script_name_casing=2
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/max_size_container/plugin.cfg")
|
||||
|
||||
[gui]
|
||||
|
||||
theme/custom_font="res://assets/fonts/Inter-Regular.otf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue