aboutsummaryrefslogtreecommitdiff
path: root/demos/2d/space_shooter/enemy_shot.gd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed demosJuan Linietsky2016-06-031-31/+0
| | | | they go to their own project now
* Remove systematic "Init(i)alization here" from _ready()Rémi Verschelde2015-12-091-1/+0
|
* Improve code formattingRémi Verschelde2015-12-091-9/+9
| | | | | | | | | | | The scripts were streamlined using more or less the following conventions: - space after a comma in lists of arguments - spaces around weak operators (+, -), no spaces around strong operators (*, /) - spaces around comparison operators and compound assignment operators - space after a comment start (#) - removed trailing spaces or tabs, apart from those that delimit the function indentation level (those could be removed too but since they are added automatically by the editor when typing code, keeping them for now) - function blocks separate by two newlines - comment sentences start with an upper-case letter
* new space shooter demoJuan Linietsky2015-06-111-0/+32
ortho camera sort fix, closes #2063