Refactor main scene into Game.tscn
This commit is contained in:
parent
b8c6084c19
commit
ceaec1ac03
9 changed files with 49 additions and 70 deletions
|
@ -21,7 +21,7 @@ _global_script_class_icons={
|
|||
[application]
|
||||
|
||||
config/name="Dora"
|
||||
run/main_scene="res://levels/Level_01.tscn"
|
||||
run/main_scene="res://scenes/Game.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[importer_defaults]
|
||||
|
@ -1080,4 +1080,5 @@ scene={
|
|||
|
||||
[rendering]
|
||||
|
||||
environment/default_clear_color=Color( 0.247059, 0.482353, 0.937255, 1 )
|
||||
environment/default_environment="res://default_env.tres"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue