Skip to content

Instantly share code, notes, and snippets.

@emersonmx
Created June 5, 2018 16:51
Show Gist options
  • Select an option

  • Save emersonmx/ce348546c5612789e062651901f174e1 to your computer and use it in GitHub Desktop.

Select an option

Save emersonmx/ce348546c5612789e062651901f174e1 to your computer and use it in GitHub Desktop.
{
"__version__": "1.0",
"application": {
"config": {
"name": "Fun with Vectors",
"icon": "res://icon.png",
},
"run": {
"main_scene": "res://scenes/basic/basic.tscn"
}
},
"display": {
"window": {
"size": {
"width": 800
},
"stretch": {
"mode": "viewport",
"aspect": "keep"
}
}
},
"input": {
"move_up": [],
"move_down": [],
"move_left": [],
"move_right": [],
},
"rendering": {
"quality": {
"2d": {
"use_pixel_snap": true
}
},
"environment": {
"default_clear_color": {
"red": 0, "green": 0, "blue": 0, "alpha": 1
},
"default_environment": "res://default_env.tres"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment