Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bd70f221e |
@@ -14,5 +14,9 @@ position = Vector2(23, -96)
|
|||||||
scale = Vector2(0.547474, 0.547474)
|
scale = Vector2(0.547474, 0.547474)
|
||||||
texture = SubResource("AtlasTexture_ane0o")
|
texture = SubResource("AtlasTexture_ane0o")
|
||||||
|
|
||||||
|
[node name="CollisionShape2D" parent="TargetSelection/Click" index="0"]
|
||||||
|
position = Vector2(-1.955, -98.545)
|
||||||
|
scale = Vector2(0.6400007, 0.68000054)
|
||||||
|
|
||||||
[node name="Sprite2D" parent="TargetSelection/HoverIndicator" index="0"]
|
[node name="Sprite2D" parent="TargetSelection/HoverIndicator" index="0"]
|
||||||
position = Vector2(1, -126)
|
position = Vector2(1, -126)
|
||||||
|
|||||||
@@ -138,6 +138,9 @@ public partial class MinigameController : Node2D
|
|||||||
{
|
{
|
||||||
if (_hits == null) return;
|
if (_hits == null) return;
|
||||||
|
|
||||||
|
if(_hits.Count >= _maxHitCount) return;
|
||||||
|
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
for (i = 0; i < _regions!.Count - 1; i++)
|
for (i = 0; i < _regions!.Count - 1; i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user