Changed draw.odin, removed DearImgui
This commit is contained in:
+2
-1
@@ -9,6 +9,7 @@ import "core:time"
|
||||
import b2 "vendor:box2d"
|
||||
import "core:fmt"
|
||||
import "core:encoding/cbor"
|
||||
import draw "./draw"
|
||||
|
||||
/*
|
||||
The engine can provide helper functions so that it'll be easier to write
|
||||
@@ -35,7 +36,7 @@ engine_world :: struct {
|
||||
revolute_joint_defs : [dynamic]revolt_joint_def,
|
||||
distant_joint_defs : [dynamic]distance_joint_def,
|
||||
joints : [dynamic]b2.JointId `cbor:"-"`,
|
||||
cam : Camera,
|
||||
cam : draw.Camera,
|
||||
name : string,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user