Adding tons of new functionality
Decals, ghost textures, placement functionality, builder stub ins, a new camera system, and more.
This commit is contained in:
parent
56dc775c68
commit
a63cce53e2
54 changed files with 4817 additions and 238 deletions
8
Assets/Resources/TowerDefinitions.meta
Normal file
8
Assets/Resources/TowerDefinitions.meta
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 3b182e413a90b2242a104b915d5b9233
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
26
Assets/Resources/TowerDefinitions/BasicTower.asset
Normal file
26
Assets/Resources/TowerDefinitions/BasicTower.asset
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 7b353a757b6e6774d97e6fb8ba138fcc, type: 3}
|
||||
m_Name: BasicTower
|
||||
m_EditorClassIdentifier: Assembly-CSharp::TD.Towers.TowerDefinition
|
||||
DisplayName: A basic tower for testing.
|
||||
Description:
|
||||
FootprintSize: {x: 2, y: 2}
|
||||
GoldCost: 25
|
||||
BuildTime: 0
|
||||
TowerPrefab: {fileID: 6482414459531823157, guid: 1511641f145758b469e64376d2a0d434, type: 3}
|
||||
Damage: 0
|
||||
Range: 0
|
||||
FireRate: 0
|
||||
SplashRadius: 0
|
||||
SlowFactor: 1
|
||||
ProjectilePrefab: {fileID: 0}
|
||||
8
Assets/Resources/TowerDefinitions/BasicTower.asset.meta
Normal file
8
Assets/Resources/TowerDefinitions/BasicTower.asset.meta
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 0f693e29ca953e1439e10cb8f12e4b30
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Loading…
Add table
Add a link
Reference in a new issue