Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sejong25
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Tear of Sejong
sejong25
Commits
ec075e63
Commit
ec075e63
authored
5 years ago
by
18신대성
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
선비 돈표시 변경
parent
e87098ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ScenesData.js
js/ScenesData.js
+1
-1
No files found.
js/ScenesData.js
View file @
ec075e63
...
...
@@ -423,7 +423,7 @@ var shopScene = new Phaser.Class(
this
.
sunbiItem
=
{
price
:
50
,
itemName
:
this
.
add
.
text
(
game
.
config
.
width
-
500
,
400
,
'
선비
'
).
setOrigin
(
1
,
0.5
).
setColor
(
'
#000000
'
).
setDepth
(
9.9
).
setPadding
(
5
,
5
,
5
,
5
).
setFont
(
'
40pt sejongFont
'
),
itemPrice
:
this
.
add
.
text
(
game
.
config
.
width
-
200
,
400
,
'
10
0냥
'
).
setOrigin
(
1
,
0.5
).
setColor
(
'
#000000
'
).
setDepth
(
9.9
).
setPadding
(
5
,
5
,
5
,
5
).
setFont
(
'
40pt sejongFont
'
),
itemPrice
:
this
.
add
.
text
(
game
.
config
.
width
-
200
,
400
,
'
5
0냥
'
).
setOrigin
(
1
,
0.5
).
setColor
(
'
#000000
'
).
setDepth
(
9.9
).
setPadding
(
5
,
5
,
5
,
5
).
setFont
(
'
40pt sejongFont
'
),
buyBtn
:
UIObject
.
createButton
(
this
,
UIObject
.
createLabel
(
this
,
game
.
config
.
width
-
800
,
400
,
5
,
'
buyBtn
'
,
1
,
'
center
'
),
-
1
,
-
1
,
-
1
,
function
()
{
...
...
This diff is collapsed.
Click to expand it.
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