-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
➕Added more clarity to 'The Button'. Added control over networking ad…
…dress and port. Added more game features.
- Loading branch information
1 parent
3cb5983
commit b505885
Showing
2,961 changed files
with
2,384 additions
and
3,775 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"version": "1.0", | ||
"components": [ | ||
"Microsoft.VisualStudio.Workload.ManagedGame" | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.asset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
%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: 2ff335faaaa313a4c97734f723505d0a, type: 3} | ||
m_Name: JavelinTosserEntranceEffect | ||
m_EditorClassIdentifier: | ||
trigger: 1 | ||
fieldCard: {fileID: 0} | ||
card: {fileID: 11400000, guid: 465775347a2d488418f8164f799cb765, type: 2} |
2 changes: 1 addition & 1 deletion
2
...ards/Yellow/IterativePrototype.asset.meta → ...ts/JavelinTosserEntranceEffect.asset.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using UnityEngine; | ||
|
||
[CreateAssetMenu (fileName = "JavelinTosserEntranceEffect", menuName = "Card Effects/Trigger/Yellow/Unit/JavelinTosserEntranceEffect")] | ||
public class JavelinTosserEntranceEffect : CardEffectTrigger | ||
{ | ||
[SerializeField] Card card; | ||
|
||
public override CardEffect GetCardEffect() | ||
{ | ||
return new JavelinTosserEffect (card, fieldCard.Player); | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
TCG/Assets/_Scripts/GameManager.cs.meta → ...Units/JavelinTosserEntranceEffect.cs.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
TCG/Assets/Resources/Cards/Yellow/IterativePrototype.asset
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
%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: 07bffd1aee5804b45b9a1bb7f6f14641, type: 3} | ||
m_Name: JavelinTosser | ||
m_EditorClassIdentifier: | ||
cardName: Javelin Tosser | ||
cost: 2 | ||
description: <sprite name=entrance> Draw a <b>Sun-Tipped Javelin</b> if you have | ||
one in your <b>Junkyard</b>. | ||
color: 4 | ||
cardArt: {fileID: 10913, guid: 0000000000000000f000000000000000, type: 0} | ||
cardType: 0 | ||
extraCost: {fileID: 0} | ||
strength: 200 | ||
health: 100 | ||
movementSpeed: 1 | ||
attackRange: 2 | ||
cardEffects: | ||
- {fileID: 11400000, guid: 3eda1d0fb7a7f7843a105d1a0a488020, type: 2} | ||
cardEffectListeners: [] | ||
staticKeywords: 0 | ||
onPlayEffect: {fileID: 0} | ||
actions: [] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
%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: 07bffd1aee5804b45b9a1bb7f6f14641, type: 3} | ||
m_Name: SolarTelumancer | ||
m_EditorClassIdentifier: | ||
cardName: Solar Telumancer | ||
cost: 4 | ||
description: '<b>Telumancy(</b>2 mana<b>): </b>Create a <b>Brief</b> <b>Sun-Tipped | ||
Javelin</b> in hand.' | ||
color: 4 | ||
cardArt: {fileID: 0} | ||
cardType: 0 | ||
extraCost: {fileID: 0} | ||
strength: 300 | ||
health: 300 | ||
movementSpeed: 2 | ||
attackRange: 1 | ||
cardEffects: [] | ||
cardEffectListeners: [] | ||
staticKeywords: 0 | ||
onPlayEffect: {fileID: 0} | ||
actions: | ||
- {fileID: 11400000, guid: a3a66d043d8376f469ee0f97c27a9828, type: 2} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.