UI sprites

- Enabled pixel snapping
- Disabled resizing
This commit is contained in:
Anthony Foxclaw 2020-06-11 00:49:01 -04:00
parent ce39d47543
commit 46f5c6c262
294 changed files with 4971 additions and 1 deletions

View file

@ -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"