2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
12345678910 |
- root = true
-
- [*]
- charset = utf-8
- end_of_line = lf
- indent_size = tab
- indent_style = tab
- insert_final_newline = true
- max_line_length = 120
- tab_width = 2
|