Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatOdds authored Jun 8, 2022
1 parent e5e28c6 commit 1daac73
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions project.godot
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters

config_version=4

[application]

config/name="CSGStairs"
config/icon="res://icon.png"

[editor_plugins]

enabled=PoolStringArray( "res://addons/CSGStairs/plugin.cfg" )

[physics]

common/enable_pause_aware_picking=true

[rendering]

environment/default_environment="res://default_env.tres"

0 comments on commit 1daac73

Please sign in to comment.