fix: small things in CONVENTIONS.md (#2536)
This commit is contained in:
parent
d7a0b46006
commit
b1fb469e0d
1 changed files with 2 additions and 3 deletions
|
@ -52,7 +52,7 @@ switch (value)
|
||||||
```
|
```
|
||||||
- All conditions checks are **always between parenthesis** but not boolean values:
|
- All conditions checks are **always between parenthesis** but not boolean values:
|
||||||
```c
|
```c
|
||||||
if ((value > 1) && (value < 50) && valueActive))
|
if ((value > 1) && (value < 50) && valueActive)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -92,4 +92,3 @@ resources/characters/enemy_slime.png
|
||||||
resources/common/font_arial.ttf
|
resources/common/font_arial.ttf
|
||||||
resources/common/gui.png
|
resources/common/gui.png
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue