mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 04:25:55 +00:00
Interactions and bullets
This commit is contained in:
parent
0293291315
commit
3e1a08a915
3 changed files with 1069 additions and 1067 deletions
File diff suppressed because one or more lines are too long
|
|
@ -3306,7 +3306,7 @@
|
|||
{
|
||||
"classname" "actor_door_1"
|
||||
"origin" "268 -88 32"
|
||||
"targetname" "door2"
|
||||
"targetname" "door_intro"
|
||||
}
|
||||
// entity 234
|
||||
{
|
||||
|
|
@ -3501,6 +3501,7 @@
|
|||
"classname" "actor_controlpad"
|
||||
"origin" "284 -112 36"
|
||||
"angles" "0 90 0"
|
||||
"target" "door_intro"
|
||||
}
|
||||
// entity 269
|
||||
{
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ bulletCount = 3
|
|||
UseParentRotationOffset = true
|
||||
duration = 10.0
|
||||
spread = 60.0
|
||||
burstInterval = 0.1
|
||||
ShotsPerBurst = 6
|
||||
BurstRate = 0.5
|
||||
burstInterval = 0.2
|
||||
ShotsPerBurst = 3
|
||||
BurstRate = 2.0
|
||||
metadata/_custom_type_script = "uid://bxiprx5nwmpnu"
|
||||
|
||||
[resource]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue