Change Naming Convention, add scroll to microui

This commit is contained in:
SamratGhale
2026-03-28 13:42:24 +05:45
parent a74b46cd64
commit c1b64e9066
12 changed files with 90 additions and 97 deletions
+3 -3
View File
@@ -18,21 +18,21 @@ import draw "./draw"
joint_common :: struct
{
pivot : [2]f32,
entity_a, entity_b : static_index,
entity_a, entity_b : Static_Index,
bodyIdA, bodyIdB : b2.BodyId,
}
revolt_joint_def :: struct
{
pivot : [2]f32,
entity_a, entity_b : static_index,
entity_a, entity_b : Static_Index,
using def : b2.RevoluteJointDef,
}
distance_joint_def :: struct
{
pivot : [2]f32,
entity_a, entity_b : static_index,
entity_a, entity_b : Static_Index,
using def : b2.DistanceJointDef,
}