Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
love_飞影
Neos
Commits
024c981b
Commit
024c981b
authored
Dec 29, 2022
by
Chunchi Che
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename some file
parent
33778310
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
6 additions
and
6 deletions
+6
-6
src/ui/Duel/cemetery.tsx
src/ui/Duel/cemetery.tsx
+0
-0
src/ui/Duel/deck.tsx
src/ui/Duel/deck.tsx
+0
-0
src/ui/Duel/exclusion.tsx
src/ui/Duel/exclusion.tsx
+0
-0
src/ui/Duel/field.tsx
src/ui/Duel/field.tsx
+0
-0
src/ui/Duel/hands.tsx
src/ui/Duel/hands.tsx
+0
-0
src/ui/Duel/magics.tsx
src/ui/Duel/magics.tsx
+0
-0
src/ui/Duel/main.tsx
src/ui/Duel/main.tsx
+6
-6
src/ui/Duel/monsters.tsx
src/ui/Duel/monsters.tsx
+0
-0
No files found.
src/ui/Duel/cemetery
_
.tsx
→
src/ui/Duel/cemetery.tsx
View file @
024c981b
File moved
src/ui/Duel/deck
_
.tsx
→
src/ui/Duel/deck.tsx
View file @
024c981b
File moved
src/ui/Duel/exclusion
_
.tsx
→
src/ui/Duel/exclusion.tsx
View file @
024c981b
File moved
src/ui/Duel/field
_
.tsx
→
src/ui/Duel/field.tsx
View file @
024c981b
File moved
src/ui/Duel/hands
_
.tsx
→
src/ui/Duel/hands.tsx
View file @
024c981b
File moved
src/ui/Duel/magics
_
.tsx
→
src/ui/Duel/magics.tsx
View file @
024c981b
File moved
src/ui/Duel/main.tsx
View file @
024c981b
...
...
@@ -3,14 +3,14 @@ import { Engine, Scene } from "react-babylonjs";
import
{
ReactReduxContext
,
Provider
}
from
"
react-redux
"
;
import
*
as
BABYLON
from
"
@babylonjs/core
"
;
import
*
as
CONFIG
from
"
../../config/ui
"
;
import
Hands
from
"
./hands
_
"
;
import
Monsters
from
"
./monsters
_
"
;
import
Hands
from
"
./hands
"
;
import
Monsters
from
"
./monsters
"
;
import
CardModal
from
"
./cardModal
"
;
import
HintNotification
from
"
./hintNotification
"
;
import
Magics
from
"
./magics
_
"
;
import
Field
from
"
./field
_
"
;
import
Deck
from
"
./deck
_
"
;
import
Exclusion
from
"
./exclusion
_
"
;
import
Magics
from
"
./magics
"
;
import
Field
from
"
./field
"
;
import
Deck
from
"
./deck
"
;
import
Exclusion
from
"
./exclusion
"
;
const
NeosDuel
=
()
=>
(
<>
...
...
src/ui/Duel/monsters
_
.tsx
→
src/ui/Duel/monsters.tsx
View file @
024c981b
File moved
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