File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11declare namespace GorillaEngine . UI {
2-
32 interface Zone {
43 path : string ;
54 name : string ;
Original file line number Diff line number Diff line change 1-
21const mylabel = new GorillaEngine . UI . Label ( { text : "rr" } ) ;
32
43const combo = new GorillaEngine . UI . ComboBox ( { id : "myCombo" , x : 0 } ) ;
@@ -15,4 +14,4 @@ const label = new GorillaEngine.UI.Label({ margin: 5 });
1514
1615const slider = new GorillaEngine . UI . Slider ( { id : "slider" , x : 0 } ) ;
1716
18- const mappingEditor = new GorillaEngine . UI . MappingEditor ( { id : ' myMappingEditor' } )
17+ const mappingEditor = new GorillaEngine . UI . MappingEditor ( { id : " myMappingEditor" } ) ;
Original file line number Diff line number Diff line change @@ -598,4 +598,4 @@ declare namespace GorillaEngine {
598598 */
599599 function setSettingsButtonPosition ( x : number , y : number ) : void ;
600600 }
601- }
601+ }
You can’t perform that action at this time.
0 commit comments