mirror of
https://github.com/tonytins/citylimits
synced 2025-12-15 20:54:43 -05:00
UI sprites
- Enabled pixel snapping - Disabled resizing
This commit is contained in:
parent
ce39d47543
commit
46f5c6c262
294 changed files with 4971 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ CityData="*res://scripts/autoload/citydata.gd"
|
|||
|
||||
[display]
|
||||
|
||||
window/size/resizable=false
|
||||
window/stretch/mode="2d"
|
||||
window/stretch/aspect="keep"
|
||||
|
||||
|
|
@ -42,4 +43,5 @@ ui_cheats={
|
|||
[rendering]
|
||||
|
||||
quality/driver/driver_name="GLES2"
|
||||
quality/2d/use_pixel_snap=true
|
||||
environment/default_environment="res://default_env.tres"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue