mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
updated .gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
/output/
|
||||
build/device/**/*.pyc
|
||||
epsilon.elf
|
||||
epsilon.elf
|
||||
.vscode
|
||||
|
||||
@@ -50,12 +50,10 @@ public:
|
||||
constexpr static KDColor Halogen = KDColor::RGB24(0x00debd);
|
||||
constexpr static KDColor ReactiveNonmetal = KDColor::RGB24(0x00ee00);
|
||||
constexpr static KDColor NobleGas = KDColor::RGB24(0x8baaff);
|
||||
|
||||
constexpr static KDColor TableLines = KDColor::RGB24(0x323532);
|
||||
|
||||
constexpr static KDColor AtomColor[] = {
|
||||
Unknown, AlkaliMetal, AlkaliEarthMetal, Lanthanide, Actinide, TransitionMetal,
|
||||
PostTransitionMetal, Metalloid, Halogen, ReactiveNonmetal, NobleGas
|
||||
Unknown, AlkaliMetal, AlkaliEarthMetal, Lanthanide, Actinide, TransitionMetal,
|
||||
PostTransitionMetal, Metalloid, Halogen, ReactiveNonmetal, NobleGas
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user