Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfDragons committed Apr 25, 2024
1 parent c3c8863 commit d2a307c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
1 change: 0 additions & 1 deletion dstestproject/data/scripts/WindowGuiTheme.ds
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ class WindowGuiTheme extends Window
end

public func void onAction(ActionEvent event)
var Desktop desktop = pWindow.getDesktop()
var WindowModal window = WindowModal.new()

window.runWhileBlockingLayout(block
Expand Down
2 changes: 0 additions & 2 deletions dstestproject/data/scripts/WindowMain.ds
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,6 @@ class WindowMain extends Window

/** \brief Create game. */
public func new( Desktop desktop ) super( 10, 30, 200, 200 )
var Button button

this.runWhileBlockingLayout( block
this.setTitle( "DragonScript Testing" )
this.setCanMove( false )
Expand Down
13 changes: 13 additions & 0 deletions dstestproject/dstestproject.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"folders": [
{
"path": "data"
}
],
"settings": {
"dragonscriptLanguage.requiresPackageDragengine": true,
"dragonscriptLanguage.scriptDirectories": [
"scripts"
]
}
}

0 comments on commit d2a307c

Please sign in to comment.