Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
revert resource path change, vpuppr should use the release_config.tom…
Browse files Browse the repository at this point in the history
…l in release mode
  • Loading branch information
you-win committed Jan 23, 2023
1 parent 3a49fbf commit 10774da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions model/globals.gd
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ const DEFAULT_RUNNER_PATH := "res://screens/default_runner.gd"
const DEFAULT_GUI_PATH := "res://screens/gui/default_gui.tscn"
const DEFAULT_MODEL_PATH := "res://entities/duck/duck.tscn"

const EXTENSIONS_PATH := "/resources/extensions"
const EXTENSIONS_PATH := "/extensions"

const TRANSLATIONS_PATH := "/resources/translations"
const TRANSLATIONS_PATH := "/translations"
const EXTENSION_TRANSLATION_PATH := "/translations"

const PROJECT_GITHUB_REPO := "https://github.com/virtual-puppet-project/vpuppr"
Expand Down
2 changes: 1 addition & 1 deletion utils/app_manager.gd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var all_logs := false
var environment: String = Env.Envs.DEFAULT
var screen_scaling: float = 0.75
var stay_on_splash := false
var resource_path := "" setget , get_resource_path
var resource_path := "res://resources" setget , get_resource_path
var version := "0.9.0"

#endregion
Expand Down

0 comments on commit 10774da

Please sign in to comment.