Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
PU03
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
PU03
Commits
c80641de
Commit
c80641de
authored
Apr 07, 2021
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix
parent
976da4cd
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14087 additions
and
2 deletions
+14087
-2
package-lock.json
package-lock.json
+14085
-0
play.component.ts
src/app/play/play.component.ts
+2
-2
No files found.
package-lock.json
0 → 100644
View file @
c80641de
This diff is collapsed.
Click to expand it.
src/app/play/play.component.ts
View file @
c80641de
...
@@ -68,7 +68,7 @@ export class PlayComponent implements OnInit, OnDestroy {
...
@@ -68,7 +68,7 @@ export class PlayComponent implements OnInit, OnDestroy {
// ------------ 全局数据 ------------
// ------------ 全局数据 ------------
g_stage
;
//中心舞台
g_stage
;
//中心舞台
g_background_color
=
"
#rgb(
0,0,0,0
)
"
g_background_color
=
"
#rgb(
255, 255, 255, 255
)
"
g_enableMapDown
=
true
;
// 触摸使能
g_enableMapDown
=
true
;
// 触摸使能
g_enableMapUp
=
true
;
// 抬起使能
g_enableMapUp
=
true
;
// 抬起使能
g_enableMapMove
=
true
;
// 移动ss使能
g_enableMapMove
=
true
;
// 移动ss使能
...
@@ -132,7 +132,7 @@ export class PlayComponent implements OnInit, OnDestroy {
...
@@ -132,7 +132,7 @@ export class PlayComponent implements OnInit, OnDestroy {
// ------------ 调试变量 ------------
// ------------ 调试变量 ------------
g_EnableStageRuler
=
tru
e
;
// 使能舞台背景格尺
g_EnableStageRuler
=
fals
e
;
// 使能舞台背景格尺
g_ForceChangeDefaultRole
=
false
// 强制当前角色为默认角色
g_ForceChangeDefaultRole
=
false
// 强制当前角色为默认角色
g_EnableTestSendEvent
=
false
// 发送模拟Web数据
g_EnableTestSendEvent
=
false
// 发送模拟Web数据
g_EnableLeftCornerTest
=
false
// 测试左上角图标
g_EnableLeftCornerTest
=
false
// 测试左上角图标
...
...
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