mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-17 16:17:02 +08:00
* feat: add grass texture and update grass_block texture * feat: add block data * feat: add blocks_tool * feat: add sync info and change function in blocks_tools * feat: add check and new function * refactor: make block texture loading data-driven * feat: add rendering for grass * feat: passable grass * feat: random grass place * fix: memory leak in TextureManager::load_cross_plane_texture
44 lines
344 B
Plaintext
44 lines
344 B
Plaintext
*.o
|
|
*.obj
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.a
|
|
*.lib
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.ilk
|
|
*.pdb
|
|
*.idb
|
|
*.pch
|
|
*.sbr
|
|
build/
|
|
Build/
|
|
bin/
|
|
Debug/
|
|
Release/
|
|
x64/
|
|
x86/
|
|
out/
|
|
.cache/
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
*.user
|
|
*.suo
|
|
*.sln.docstates
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
Makefile
|
|
CMakeOutput.log
|
|
CMakeError.log
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
assets/config.toml
|
|
.venv/ |