File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Object-Collab Changelog
22
3+ ## v0.4.1-beta.1
4+
5+ - Fixed back frames not rendering due to not being in the node container.
6+
37## v0.4.0-beta.1
48
59- Added a builder based trait system for better ABI.
610- Added a play layer post init.
7- -
811
912## v0.3.4-beta.1
1013
Original file line number Diff line number Diff line change 11[project ]
22name = " Object Collab"
3- version = " v0.4.0 -beta.1"
3+ version = " v0.4.1 -beta.1"
44repository = " https://github.com/SMJSProductions/Object-Collab"
55icon = " logo.png"
66
Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ namespace object_collab {
198198 backFrame->m_objectID = 38 ;
199199 backFrame->m_objectType = GameObjectType::Decoration;
200200 backFrame->m_isDecoration2 = true ;
201+ backFrame->m_addToNodeContainer = true ;
201202
202203 backFrame->customSetup ();
203204 backFrame->setStartPos (this ->getPosition () + offset);
Original file line number Diff line number Diff line change 88 },
99 "id" : " smjs.object-collab" ,
1010 "name" : " Object Collab" ,
11- "version" : " v0.4.0 -beta.1" ,
11+ "version" : " v0.4.1 -beta.1" ,
1212 "developer" : " SMJS" ,
1313 "description" : " A framework for custom objects & object mod compatibility." ,
1414 "links" : {
You can’t perform that action at this time.
0 commit comments