diff --git a/bin/Space Wars/game.scene b/bin/Space Wars/game.scene index 0e37590..ced3375 100644 --- a/bin/Space Wars/game.scene +++ b/bin/Space Wars/game.scene @@ -7,7 +7,7 @@ $name = "player controller" $message = "hello from the script!" End Component -Component diveengine.RectRenderer +Component RectRenderer $name = "render!" $width = 16F $height = 16F diff --git a/src/Space Wars/game.scene b/src/Space Wars/game.scene index 0e37590..ced3375 100644 --- a/src/Space Wars/game.scene +++ b/src/Space Wars/game.scene @@ -7,7 +7,7 @@ $name = "player controller" $message = "hello from the script!" End Component -Component diveengine.RectRenderer +Component RectRenderer $name = "render!" $width = 16F $height = 16F