forked from nbrooks211/zombietextures
Compare commits
No commits in common. "15470ad69c0f04aa350d3a87e6e050a76d4c4cf3" and "611e72791d951e700c7fc15cc077117a427dd1cd" have entirely different histories.
15470ad69c
...
611e72791d
1 changed files with 10 additions and 10 deletions
20
assetrequest
20
assetrequest
|
@ -3,22 +3,22 @@ ENTITIES
|
|||
|
||||
|
||||
func_commentary
|
||||
? acts just like the ones one source engine
|
||||
# floats a model in the air and slowly spins
|
||||
# spins rapidly when triggered and turns grey when done
|
||||
# plays a sound file when ttriggered
|
||||
# can be triggered by pressing E while looking at it
|
||||
acts just like the ones one source engine
|
||||
floats a model in the air and slowly spins
|
||||
spins rapidly when triggered and turns grey when done
|
||||
plays a sound file when ttriggered
|
||||
can be triggered by pressing E while looking at it
|
||||
|
||||
func_cardboardcutout
|
||||
# would typically be a flat (possibly 2 sided) sprite and the texture would typically be a person
|
||||
# purpose is to resemble the body movements of someone talking in like those story book games
|
||||
would typically be a flat (possibly 2 sided) sprite and the texture would typically be a person
|
||||
purpose is to resemble the body movements of someone talking in like those story book games
|
||||
when triggered (not nessicerally by E) it will cycle thru texturea at a predefined rate
|
||||
such as start on idle texture then 3 seconds later switch to hands in air texture then 10 seconds later switch to another texture
|
||||
|
||||
player
|
||||
# first person
|
||||
# walkaround and jump
|
||||
# can interact with buttons and other objects by hitting E
|
||||
first person
|
||||
walkaround and jump
|
||||
can interact with buttons and other objects by hitting E
|
||||
|
||||
buttons:
|
||||
They exist
|
||||
|
|
Reference in a new issue