1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-19 03:05:29 +02:00

CAO 'node' visual (#15683)

This commit is contained in:
sfan5
2025-01-14 20:25:52 +01:00
parent 5a8720a484
commit 27bbe3a873
14 changed files with 267 additions and 91 deletions

View File

@@ -10,6 +10,7 @@
#include <iostream>
#include <vector>
#include "util/pointabilities.h"
#include "mapnode.h"
struct ObjectProperties
{
@@ -39,6 +40,7 @@ struct ObjectProperties
f32 automatic_face_movement_max_rotation_per_sec = -1.0f;
float eye_height = 1.625f;
float zoom_fov = 0.0f;
MapNode node = MapNode(CONTENT_IGNORE);
u16 hp_max = 1;
u16 breath_max = 0;
s8 glow = 0;