This website works better with JavaScript.
Explore
Help
Sign In
copygirl
/
Inventory2
Watch
1
Star
0
Fork
You've already forked Inventory2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Inventory management focused game written in Godot / C#
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48
Commits
2
Branches
0
Tags
1.3 MiB
Tag:
Branch:
Tree:
8ab1d8d06c
main
wip/interactable-rework
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8ab1d8d06c'
${ noResults }
Inventory2
/
scripts
/
globals
/
RenderLayer.cs
7 lines
81 B
Raw
Normal View
History
Unescape
Escape
Initial commit
11 months ago
[Flags]
Update PhysicsLayer and RenderLayer enums
6 months ago
public
enum
RenderLayer
:
uint
{
Initial commit
11 months ago
Default
=
1
<
<
0
,
Outline
=
1
<
<
1
,
}