Skip to content

Commit

Permalink
Added option to log to std cout/cerr
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbojko committed Nov 27, 2021
1 parent e1f9b65 commit c9ab406
Show file tree
Hide file tree
Showing 6 changed files with 786 additions and 746 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*.sln.docstates

# Build results

**/vc201[35]/**/[Dd]ebug/
**/vc201[35]/**/[Rr]elease/
**/vc201[35]/**/[Pp]roduction/
Expand All @@ -15,6 +14,9 @@
**/vc201[35]/**/[Bb]in/
**/vc201[35]/**/[Oo]bj/

# VS
.vs/

# Xcode (https://github.com/github/gitignore/blob/master/Global/Xcode.gitignore)

## Build generated
Expand Down
2 changes: 2 additions & 0 deletions assets/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"fullscreen": true,
"borderless": false,
"size": {"x": 1280, "y": 720},
"pos": {"x": 64, "y": 64},
"cameraOffset": {"x": 0, "y": 0},
"clearColor": {"r": 0, "g": 0, "b": 0, "a": 1.0}
},
Expand All @@ -27,6 +28,7 @@
},
"debug": {
"debugEnabled": true,
"logToStdOut": true,
"showStats": false,
"showMinimap": false,
"showTouches": false,
Expand Down
Loading

0 comments on commit c9ab406

Please sign in to comment.