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

Commit

Permalink
remove actions gui, remove BaseProp finally, remove default value for…
Browse files Browse the repository at this point in the history
… resource path, change placeholder text for several UI elements
  • Loading branch information
you-win committed Jan 23, 2023
1 parent 516bd61 commit 3a49fbf
Show file tree
Hide file tree
Showing 27 changed files with 62 additions and 779 deletions.
29 changes: 0 additions & 29 deletions entities/BaseProp.gd

This file was deleted.

6 changes: 3 additions & 3 deletions export_presets.cfg

Large diffs are not rendered by default.

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 := "/extensions"
const EXTENSIONS_PATH := "/resources/extensions"

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

const PROJECT_GITHUB_REPO := "https://github.com/virtual-puppet-project/vpuppr"
Expand Down
12 changes: 0 additions & 12 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
config_version=4

_global_script_classes=[ {
"base": "VBoxContainer",
"class": "AbstractActionsSelection",
"language": "GDScript",
"path": "res://screens/gui/actions/abstract_actions_selection.gd"
}, {
"base": "Reference",
"class": "AbstractManager",
"language": "GDScript",
Expand Down Expand Up @@ -44,11 +39,6 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://screens/gui/popups/base_popup.gd"
}, {
"base": "Spatial",
"class": "BaseProp",
"language": "GDScript",
"path": "res://entities/BaseProp.gd"
}, {
"base": "BaseLayout",
"class": "BaseTreeLayout",
"language": "GDScript",
Expand Down Expand Up @@ -215,14 +205,12 @@ _global_script_classes=[ {
"path": "res://addons/vrm/vrm_toplevel.gd"
} ]
_global_script_class_icons={
"AbstractActionsSelection": "",
"AbstractManager": "",
"Action": "",
"AppManager": "",
"BaseConfig": "",
"BaseLayout": "",
"BasePopup": "",
"BaseProp": "",
"BaseTreeLayout": "",
"ConfigManager": "",
"ControlUtil": "",
Expand Down
47 changes: 0 additions & 47 deletions screens/gui/actions/abstract_actions_selection.gd

This file was deleted.

67 changes: 0 additions & 67 deletions screens/gui/actions/actions.gd

This file was deleted.

84 changes: 0 additions & 84 deletions screens/gui/actions/actions.tscn

This file was deleted.

21 changes: 0 additions & 21 deletions screens/gui/actions/boomerang.gd

This file was deleted.

38 changes: 0 additions & 38 deletions screens/gui/actions/boomerang.tscn

This file was deleted.

17 changes: 0 additions & 17 deletions screens/gui/actions/default_action.gd

This file was deleted.

38 changes: 0 additions & 38 deletions screens/gui/actions/from_to_options.gd

This file was deleted.

Loading

0 comments on commit 3a49fbf

Please sign in to comment.