Skip to content

Commit

Permalink
Add UI Nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaZed committed Mar 3, 2023
1 parent 7a38eba commit a3f46f4
Show file tree
Hide file tree
Showing 6 changed files with 1,119 additions and 309 deletions.
5 changes: 3 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"A Node System to create game logic."
),
"author": "pgi, Leopold A-C (Iza Zed)",
"version": (2, 1, 6, 1),
"blender": (2, 91, 0),
"version": (2, 2),
"blender": (3, 0, 0),
"location": "View Menu",
"category": "Game Engine"
}
Expand Down Expand Up @@ -602,6 +602,7 @@ def draw(self, context):
ops.NLStartAudioSystem,
ops.NLRemoveListItemSocket,
ops.NLAddListItemSocket,
ops.NLLoadFontOperator,
# ops.NLStartGameHere,
NLNodeTreeReference
]
Expand Down
Loading

0 comments on commit a3f46f4

Please sign in to comment.