We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fe0ab commit 4e48c70Copy full SHA for 4e48c70
1 file changed
Sources/StarterGame/main.swift
@@ -6,6 +6,11 @@ import UntoldEngine
6
// GameScene is where you would initialize your game and write the game logic.
7
class GameScene {
8
init() {
9
+
10
+ if let desktopURL = FileManager.default.urls(for: .desktopDirectory, in: .userDomainMask).first {
11
+ assetBasePath = desktopURL.appendingPathComponent("MyGreatGame")
12
+ }
13
14
// register custom systems. do not delete
15
// registerCustomSystem(ballSystemUpdate)
16
0 commit comments