mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 21:43:48 +00:00
New maps and chests
This commit is contained in:
parent
7c7588c1a4
commit
26a0f51168
28 changed files with 645 additions and 233 deletions
12
Scripts/Actors/FeatureMarker.cs
Normal file
12
Scripts/Actors/FeatureMarker.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.Actors;
|
||||
|
||||
[Tool]
|
||||
public partial class FeatureMarker : Marker2D
|
||||
{
|
||||
[Export] public bool OverrideChance { get; set; } = false;
|
||||
|
||||
[Export(PropertyHint.None, "suffix:%")]
|
||||
public double SpawnChance { get; set; } = 15d;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue