Skip to content

Commit

Permalink
version 3.3.0 (BETA)
Browse files Browse the repository at this point in the history
  • Loading branch information
p4535992 committed Oct 23, 2022
1 parent 7d1ed84 commit 3f79024
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/languages/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"foundryvtt-mountup": {
"mountup": {
"setting": {
"button": {
"name": "Mount Up! Settings",
Expand Down
2 changes: 1 addition & 1 deletion src/languages/ja.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"foundryvtt-mountup": {
"mountup": {
"setting": {
"button": {
"name": "乗りなよ!(Mount Up!)設定",
Expand Down
8 changes: 4 additions & 4 deletions src/scripts/constants.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const CONSTANTS = {
MODULE_NAME: "foundryvtt-mountup",
PATH: `modules/foundryvtt-mountup/`,
// FlagScope: 'foundryvtt-mountup',
TM_FLYING: "foundryvtt-mountup-Flying",
MODULE_NAME: "mountup",
PATH: `modules/mountup/`,
// FlagScope: 'mountup',
TM_FLYING: "mountup-Flying",
};

CONSTANTS.PATH = `modules/${CONSTANTS.MODULE_NAME}/`;
Expand Down

0 comments on commit 3f79024

Please sign in to comment.