mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 21:41:15 +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"
|
"classname" "actor_door_1"
|
||||||
"origin" "268 -88 32"
|
"origin" "268 -88 32"
|
||||||
"targetname" "door2"
|
"targetname" "door_intro"
|
||||||
}
|
}
|
||||||
// entity 234
|
// entity 234
|
||||||
{
|
{
|
||||||
|
|
@ -3501,6 +3501,7 @@
|
||||||
"classname" "actor_controlpad"
|
"classname" "actor_controlpad"
|
||||||
"origin" "284 -112 36"
|
"origin" "284 -112 36"
|
||||||
"angles" "0 90 0"
|
"angles" "0 90 0"
|
||||||
|
"target" "door_intro"
|
||||||
}
|
}
|
||||||
// entity 269
|
// entity 269
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,9 +12,9 @@ bulletCount = 3
|
||||||
UseParentRotationOffset = true
|
UseParentRotationOffset = true
|
||||||
duration = 10.0
|
duration = 10.0
|
||||||
spread = 60.0
|
spread = 60.0
|
||||||
burstInterval = 0.1
|
burstInterval = 0.2
|
||||||
ShotsPerBurst = 6
|
ShotsPerBurst = 3
|
||||||
BurstRate = 0.5
|
BurstRate = 2.0
|
||||||
metadata/_custom_type_script = "uid://bxiprx5nwmpnu"
|
metadata/_custom_type_script = "uid://bxiprx5nwmpnu"
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue