From 3022cd109ac45da4a137fcd301f3d81220bb5431 Mon Sep 17 00:00:00 2001 From: dub_zn Date: Wed, 6 Nov 2024 19:11:22 -0300 Subject: [PATCH] add overlays --- overlays/dev/player_system.toml | 4 ++++ overlays/prod/player_system.toml | 4 ++++ overlays/sepolia/player_system.toml | 4 ++++ overlays/testing/player_system.toml | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 overlays/dev/player_system.toml create mode 100644 overlays/prod/player_system.toml create mode 100644 overlays/sepolia/player_system.toml create mode 100644 overlays/testing/player_system.toml diff --git a/overlays/dev/player_system.toml b/overlays/dev/player_system.toml new file mode 100644 index 0000000..2c63a8e --- /dev/null +++ b/overlays/dev/player_system.toml @@ -0,0 +1,4 @@ +tag = "jokers_of_neon-player_system" +writes = [ + "ns:jokers_of_neon" +] diff --git a/overlays/prod/player_system.toml b/overlays/prod/player_system.toml new file mode 100644 index 0000000..2c63a8e --- /dev/null +++ b/overlays/prod/player_system.toml @@ -0,0 +1,4 @@ +tag = "jokers_of_neon-player_system" +writes = [ + "ns:jokers_of_neon" +] diff --git a/overlays/sepolia/player_system.toml b/overlays/sepolia/player_system.toml new file mode 100644 index 0000000..2c63a8e --- /dev/null +++ b/overlays/sepolia/player_system.toml @@ -0,0 +1,4 @@ +tag = "jokers_of_neon-player_system" +writes = [ + "ns:jokers_of_neon" +] diff --git a/overlays/testing/player_system.toml b/overlays/testing/player_system.toml new file mode 100644 index 0000000..2c63a8e --- /dev/null +++ b/overlays/testing/player_system.toml @@ -0,0 +1,4 @@ +tag = "jokers_of_neon-player_system" +writes = [ + "ns:jokers_of_neon" +]