Mark Corona as abstract as it's not meant to be spawned directly
This commit is contained in:
parent
1162a5017a
commit
9f7dd88a4f
1 changed files with 2 additions and 3 deletions
|
|
@ -9,8 +9,7 @@
|
|||
* will draw the Spawn state's sprite in screen space.
|
||||
*
|
||||
* The corona will be drawn with the actor's render style and alpha. It
|
||||
* defaults to the "Add" RenderStyle, but feel free to change to whatever
|
||||
* you want.
|
||||
* defaults to the "Add" RenderStyle, but can be changed to any render style.
|
||||
*
|
||||
* The actor's scale can also be used to influence the size of the corona
|
||||
* on screen.
|
||||
|
|
@ -27,7 +26,7 @@
|
|||
*
|
||||
*****************************************************************************/
|
||||
|
||||
class Corona : Actor native
|
||||
class Corona : Actor abstract native
|
||||
{
|
||||
Default
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue