diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-03-28 09:13:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 11:13:34 -0300 |
| commit | bb7b2b19ca71988aa6138aa7db36ba821dd225fa (patch) | |
| tree | 7de6f2ca21f3bd966f30e283fa2f6b69a814dfac /.vscode | |
| parent | 7a43255fea4760a1788e1e21ba9052a8d09ac29d (diff) | |
Last Titania asset, fix to hibox exporter, more cleanup (#180)
* yaml
* ti
* hud
* a
* torch
* forgot header
* fix?
* format
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 8b799875..0e33aee2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -104,7 +104,14 @@ "ast_option.h": "c", "ast_area_6.h": "c", "ast_bg_space.h": "c", - "ast_sector_y.h": "c" + "ast_sector_y.h": "c", + "ast_vs_player.h": "c", + "ast_enmy_planet.h": "c", + "ast_sector_z.h": "c", + "ast_titania.h": "c", + "ast_bg_planet.h": "c", + "assets.h": "c", + "ast_title.h": "c" }, "C_Cpp_Runner.msvcBatchPath": "" }
\ No newline at end of file |
