Commit 23a08e48 authored by haiyoucuv's avatar haiyoucuv

init

parent 64f8363c
This diff is collapsed.
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "fa5bb88d-51cf-4670-bb3b-ddca4d8ed866",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "signPanel"
}
}
...@@ -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 = "SignPanel1";
@property(Node) closeBtn: Node = null; @property(Node) closeBtn: Node = null;
@property(Node) signBtn: Node = null; @property(Node) signBtn: Node = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment