Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
elephant
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
elephant
Commits
4c62d4ce
Commit
4c62d4ce
authored
Feb 01, 2024
by
liujiaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: change skin
parent
d022180d
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
+3
-3
elephant.ts
assets/elephant/scene/elephant.ts
+1
-1
house.ts
assets/elephant/scene/model/house.ts
+1
-1
houseItem.ts
assets/elephant/scene/model/houseItem.ts
+0
-0
houseItem.ts.meta
assets/elephant/scene/model/houseItem.ts.meta
+0
-0
shop.ts
assets/elephant/scene/model/shop.ts
+1
-1
No files found.
assets/elephant/scene/elephant.ts
View file @
4c62d4ce
...
@@ -6,7 +6,7 @@ import pg from "./pg";
...
@@ -6,7 +6,7 @@ import pg from "./pg";
import
Api
from
"
./net/api
"
;
import
Api
from
"
./net/api
"
;
import
user
from
"
./model/user
"
;
import
user
from
"
./model/user
"
;
import
Item
from
"
./model/item
"
;
import
Item
from
"
./model/item
"
;
import
HouseItem
from
"
./model/house
-i
tem
"
;
import
HouseItem
from
"
./model/house
I
tem
"
;
import
kitchen
from
"
./model/kitchen
"
;
import
kitchen
from
"
./model/kitchen
"
;
import
{
ITEM_TYPE
}
from
"
./config/config
"
;
import
{
ITEM_TYPE
}
from
"
./config/config
"
;
import
house
from
"
./model/house
"
;
import
house
from
"
./model/house
"
;
...
...
assets/elephant/scene/model/house.ts
View file @
4c62d4ce
import
HouseItem
from
"
./house
-i
tem
"
;
import
HouseItem
from
"
./house
I
tem
"
;
import
{
ITEM_TYPE
}
from
"
../config/config
"
;
import
{
ITEM_TYPE
}
from
"
../config/config
"
;
import
user
from
"
./user
"
;
import
user
from
"
./user
"
;
import
shop
from
"
./shop
"
;
import
shop
from
"
./shop
"
;
...
...
assets/elephant/scene/model/house
-i
tem.ts
→
assets/elephant/scene/model/house
I
tem.ts
View file @
4c62d4ce
File moved
assets/elephant/scene/model/house
-i
tem.ts.meta
→
assets/elephant/scene/model/house
I
tem.ts.meta
View file @
4c62d4ce
File moved
assets/elephant/scene/model/shop.ts
View file @
4c62d4ce
import
Item
from
"
./item
"
import
Item
from
"
./item
"
import
HouseItem
from
"
./house
-i
tem
"
import
HouseItem
from
"
./house
I
tem
"
import
house
from
"
./house
"
;
import
house
from
"
./house
"
;
import
dress
from
"
./dress
"
;
import
dress
from
"
./dress
"
;
import
{
ITEM_TYPE
}
from
"
../config/config
"
;
import
{
ITEM_TYPE
}
from
"
../config/config
"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment