e3/dragon gets impact sound; bullet animation fixed
This commit is contained in:
@@ -75,6 +75,8 @@ namespace OpenRA.Effects
|
|||||||
{
|
{
|
||||||
t += 40;
|
t += 40;
|
||||||
|
|
||||||
|
anim.Tick();
|
||||||
|
|
||||||
if (t > TotalTime()) Explode( world );
|
if (t > TotalTime()) Explode( world );
|
||||||
|
|
||||||
if (Info.Trail != null)
|
if (Info.Trail != null)
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using OpenRA.Traits;
|
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using OpenRA.Traits;
|
||||||
|
|
||||||
namespace OpenRA.Widgets
|
namespace OpenRA.Widgets
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -161,6 +161,7 @@ Dragon:
|
|||||||
InfDeath: 3
|
InfDeath: 3
|
||||||
SmudgeType: Crater
|
SmudgeType: Crater
|
||||||
Damage: 60
|
Damage: 60
|
||||||
|
ImpactSound: kaboom12
|
||||||
|
|
||||||
Hellfire:
|
Hellfire:
|
||||||
ROF: 60
|
ROF: 60
|
||||||
|
|||||||
Reference in New Issue
Block a user