Compare commits

..

5 Commits

Author SHA1 Message Date
Cat Flynn 26d3ce9a0e add basic heat transfer #4 2022-12-07 00:13:11 +00:00
Cat Flynn c013ab0057 generalise shader #4 2022-12-07 00:13:11 +00:00
Cat Flynn e32cd257fd add tick clock and tick counter UI #4 2022-12-07 00:13:11 +00:00
Cat Flynn 944ca8c3f2 extract struct to file 2022-12-07 00:13:11 +00:00
Cat Flynn dadea16f6b add settings for vscode 2022-12-07 00:10:31 +00:00
1 changed files with 4 additions and 0 deletions

4
half-earth/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"editor.formatOnSave": true,
"editor.formatOnType": true
}