Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Games/Entertainment
>
Game development framework
>
jgame.js
>
Ticket List/Search
>
Ticket #31862
jgame.js
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
Subversion
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
FrontPage
Title index
Recent changes
Communication
list of ML
jgame-js-dev
News
Ticket #31862
Ticket List
Submit New Ticket
RSS
rootレイヤーの名前変更
Open Date:
2013-08-09 02:21
Last Update:
2013-09-01 12:48
monitor
ON
OFF
Reporter:
tsugehara
Owner:
(None)
Type:
Feature Requests
Status:
Open
Component:
(None)
MileStone:
3.0
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Details
Reply
_rootにしたい。Sceneの
this.layers["root"] = this.root;
を、
this.layers["_root"] = this.root;
にしたいということであり、Scene.rootの名称変更はしない。
Ticket History (2/2 Histories)
2013-08-09 02:21
Updated by:
tsugehara
New Ticket "rootレイヤーの名前変更" created
2013-09-01 12:48
Updated by:
tsugehara
Milestone
Update from
(None)
to
3.0
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
_rootにしたい。Sceneの
を、 にしたいということであり、Scene.rootの名称変更はしない。