diff --git a/Collector/Content/BlockGrass.png b/Collector/Content/BlockGrass.png index ff8394a..d2c4d95 100644 Binary files a/Collector/Content/BlockGrass.png and b/Collector/Content/BlockGrass.png differ diff --git a/Collector/Main.cs b/Collector/Main.cs index e4848b5..ad04ff3 100644 --- a/Collector/Main.cs +++ b/Collector/Main.cs @@ -104,4 +104,4 @@ namespace Collector _gui.Render(); } } -} \ No newline at end of file +} diff --git a/Collector/build/CMakeCache.txt b/Collector/build/CMakeCache.txt new file mode 100644 index 0000000..8fea000 --- /dev/null +++ b/Collector/build/CMakeCache.txt @@ -0,0 +1,38 @@ +# This is the CMakeCache file. +# For build in directory: /media/Storage/Repos/Programing/C#/CollectorMono/Collector/build +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + + +######################## +# INTERNAL cache entries +######################## + +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/media/Storage/Repos/Programing/C#/CollectorMono/Collector/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=21 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.21 + diff --git a/Collector/build/CMakeFiles/cmake.check_cache b/Collector/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/Collector/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Collector/workspace.code-workspace b/Collector/workspace.code-workspace new file mode 100644 index 0000000..bab1b7f --- /dev/null +++ b/Collector/workspace.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": ".." + } + ], + "settings": {} +} \ No newline at end of file