Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MingSnake_241120
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
SparkProjects
MingSnake_241120
Commits
23a08e48
Commit
23a08e48
authored
Dec 09, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
64f8363c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
7941 deletions
+1
-7941
signPanel.prefab
assets/Bundles/SignPanel/signPanel.prefab
+0
-7927
signPanel.prefab.meta
assets/Bundles/SignPanel/signPanel.prefab.meta
+0
-13
SignPanel.ts
assets/Scripts/Panels/SignPanel.ts
+1
-1
No files found.
assets/Bundles/SignPanel/signPanel.prefab
deleted
100644 → 0
View file @
64f8363c
This diff is collapsed.
Click to expand it.
assets/Bundles/SignPanel/signPanel.prefab.meta
deleted
100644 → 0
View file @
64f8363c
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "fa5bb88d-51cf-4670-bb3b-ddca4d8ed866",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "signPanel"
}
}
assets/Scripts/Panels/SignPanel.ts
View file @
23a08e48
...
@@ -16,7 +16,7 @@ import SignSucPanel from "./SignSucPanel";
...
@@ -16,7 +16,7 @@ import SignSucPanel from "./SignSucPanel";
export
default
class
SignPanel
extends
Panel
{
export
default
class
SignPanel
extends
Panel
{
static
bundle
=
"SignPanel"
;
static
bundle
=
"SignPanel"
;
static
skin
=
"SignPanel"
;
static
skin
=
"SignPanel
1
"
;
@
property
(
Node
)
closeBtn
:
Node
=
null
;
@
property
(
Node
)
closeBtn
:
Node
=
null
;
@
property
(
Node
)
signBtn
:
Node
=
null
;
@
property
(
Node
)
signBtn
:
Node
=
null
;
...
...
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