From 5fd768923760463054896a5828d3a4350d2332c0 Mon Sep 17 00:00:00 2001 From: harkamalsr Date: Sat, 18 Sep 2021 17:16:43 -0600 Subject: [PATCH] Desaturated the grass so it doesn't burn out the eyes of the player --- Collector/Content/BlockGrass.png | Bin 445 -> 440 bytes Collector/Main.cs | 2 +- Collector/build/CMakeCache.txt | 38 +++++++++++++++++++ Collector/build/CMakeFiles/cmake.check_cache | 1 + Collector/workspace.code-workspace | 8 ++++ 5 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 Collector/build/CMakeCache.txt create mode 100644 Collector/build/CMakeFiles/cmake.check_cache create mode 100644 Collector/workspace.code-workspace diff --git a/Collector/Content/BlockGrass.png b/Collector/Content/BlockGrass.png index ff8394aee173a673ff0135645ee5edd7613c47bb..d2c4d95ea9796369d5fc637b39a6236ea8b19fca 100644 GIT binary patch delta 401 zcmV;C0dD@i1Goc_F@JJNL_t(og{@aRb^|d8Bzo!H+E;U%i{*B9>k}l6$&=U_7__0< zm4=VdAf%7`_t%dBdEKsdc|4bYGb_i?IK!EljTsOPL_r2nKnNRyarso7b+X~(Gln@g zduLzF7|)a;!BRViBuk_z*>UDp6AC4aQa$_e7Ytn(K@BvF>q zD5#36%5r zWLUk9bt>Us4}T)nssAs%z?F9QSnUIpgi7@DIQxzc8D=4&5`E?n>9Wh{frK4K&vWcs zxn&sTQM`V5_YvgJEeI vGRK_~^RfA@7_o=PX=XU%NLGp&4}Jl24ztl%wp3yO015yANkvXXu0mjf38A(; delta 406 zcmV;H0crlY1HA)~F@JYSL_t(og{@aRmct+nRCw9DY?H<}$eD7^O`Y2~O_V3(8GZ1o z!Z7+EMhIVSfA?L0ytYk#pU>%AMAA7l&u}6l!veekFUSB22w{CND%Xm$PBwJjVwiK0 zPX;W2IYZ*tP=+$h=qPn~5MgwqBA*OYm7<*>$uO^Nn*+#{(0?v7Cx`=9=No`0QIt|I zsEV@6QhTrr&ls*awcmp+t{Co+RAoeqU1mqRit)Gu2_t7wuq@!L%!gm7obf72(WYPq zvNLA54*OM>FQT*TpUMz9M3SYw!+sTb4^+;0g`|pwB&;;0GbClU={<0^4Kp2|IeHHu z!`0_lrxO14B7dqn)$gensM6{gSNi}ZVI_Jy&&J*%!%QTsL?1asy6iD}AYq5mc8!fI zuWUQM{OpgtN-QS!CGB6;5mtn}ioJpzS4*r)=&2V}8&2ogTHP>GSou4uU|}zaDuC@a zs|<#vWyl_{X%DngL;wH)07*qoM6N<$f=oNQ AQUCw| 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