Alles was kloht nicht commiten wollte

This commit is contained in:
2026-06-02 23:20:18 +02:00
parent ed1bc8f0a3
commit 875c39ab27
31 changed files with 42 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,24 @@
# Blender 4.0.2 MTL File: 'Campfire.blend'
# www.blender.org
newmtl Campfire_MAT
Ka 0.500000 0.500000 0.500000
Ks 0.222727 0.222727 0.222727
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 3
map_Kd Campfire_MAT_BaseColor_01.jpg
map_Ns Campfire_MAT_Roughness.jpg
map_refl Campfire_MAT_Metallic.jpg
map_Bump -bm 1.000000 Campfire_MAT_Normal_JL.jpg
newmtl Campfire_fire_MAT
Ns 1000.000000
Ka 0.500000 0.500000 0.500000
Ks 1.000000 1.000000 1.000000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
illum 3
map_Kd Campfire_fire_MAT_BaseColor_Alpha.png
map_d Campfire_fire_MAT_BaseColor_Alpha.png

View File

@@ -0,0 +1 @@
{"IDLE":"stand_up"}

Binary file not shown.

View File

@@ -0,0 +1,17 @@
package de.blight.common.models;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
import de.blight.common.model.XPHelper;
public class XPHelperTest {
@Test
public void doTest() {
assertEquals(500, XPHelper.getXpRequired(1));
assertEquals(1400, XPHelper.getXpRequired(10));
assertEquals(15200, XPHelper.getXpRequired(50));
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.