Skip to content

Commit

Permalink
再改一下路径
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Nov 26, 2024
1 parent 090d073 commit e05abf6
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions src/editorTable/editorData.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { Table } from "../constants";
import { UnitData as Unit } from "../meta/editor_meta/unit";
import { SoundData as Sound } from "../meta/editor_meta/sound";
import { AbilityData as Ability } from "../meta/editor_meta/ability";
import { DecorationData as Decoration } from "../meta/editor_meta/decoration";
import { DestructibleData as Destructible } from "../meta/editor_meta/destructible";
import { ItemData as Item } from "../meta/editor_meta/item";
import { ModifierData as Modifier } from "../meta/editor_meta/modifier";
import { ProjectileData as Projectile } from "../meta/editor_meta/projectile";
import { TechData as Tech } from "../meta/editor_meta/tech";
import { UnitData as Unit } from "../meta/editor/unit";
import { SoundData as Sound } from "../meta/editor/sound";
import { AbilityData as Ability } from "../meta/editor/ability";
import { DecorationData as Decoration } from "../meta/editor/decoration";
import { DestructibleData as Destructible } from "../meta/editor/destructible";
import { ItemData as Item } from "../meta/editor/item";
import { ModifierData as Modifier } from "../meta/editor/modifier";
import { ProjectileData as Projectile } from "../meta/editor/projectile";
import { TechData as Tech } from "../meta/editor/tech";
import * as y3 from 'y3-helper';
import { hash } from "../utility";

Expand Down
2 changes: 1 addition & 1 deletion src/editorTable/editorTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { EditorData, valueOnGet, valueOnSet } from "./editorData";
export { EditorData } from "./editorData";

const template_dir = 'template\\json_template';
const meta_dir = 'src\\meta\\editor_meta';
const meta_dir = 'src\\meta\\editor';

type ActionType = 'create' | 'delete' | 'change';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e05abf6

Please sign in to comment.