remove data for now

This commit is contained in:
2026-06-24 13:22:44 +02:00
parent ecea198766
commit bfee5f4025
5 changed files with 1 additions and 101 deletions

View File

@@ -2,5 +2,5 @@ using Godot;
namespace Slimepire.Core;
[ResourceTree("/src/Data")]
[ResourceTree("/src")]
public static partial class GameResources;

View File

@@ -1,43 +0,0 @@
[gd_resource type="Resource" script_class="NoduleResource" format=3 uid="uid://0d8vif4ejtp1"]
[ext_resource type="Texture2D" uid="uid://ds1idectpqbnh" path="res://assets/energy_storage_nodule.png" id="1_237jx"]
[ext_resource type="PackedScene" uid="uid://by6iw05ovnhq8" path="res://src/Gameplay/Components/EnergyStorage.tscn" id="1_dusyu"]
[ext_resource type="Script" uid="uid://bnf6qmk64i2wj" path="res://src/Data/NoduleStats.cs" id="2_dusyu"]
[sub_resource type="AtlasTexture" id="AtlasTexture_dusyu"]
atlas = ExtResource("1_237jx")
region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_rmsh8"]
atlas = ExtResource("1_237jx")
region = Rect2(32, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_lmxtc"]
atlas = ExtResource("1_237jx")
region = Rect2(64, 0, 32, 32)
[sub_resource type="SpriteFrames" id="SpriteFrames_j6wbi"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_dusyu")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_rmsh8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_lmxtc")
}],
"loop": 1,
"name": &"default",
"speed": 5.0
}]
[resource]
script = ExtResource("2_dusyu")
SpriteFrames = SubResource("SpriteFrames_j6wbi")
Color = Color(0.60033447, 0.5019659, 0.0981792, 1)
NoduleName = "Energy Nodule"
MaxEnergy = 100.0
Components = Array[PackedScene]([ExtResource("1_dusyu")])
metadata/_custom_type_script = "uid://bnf6qmk64i2wj"

View File

@@ -1,16 +0,0 @@
using Godot;
namespace Slimepire.Data;
[GlobalClass]
public partial class NoduleStats : Resource
{
[Export]
public SpriteFrames SpriteFrames = null!;
[Export]
public Color Color;
[Export]
public string NoduleName = "Nodule";
}

View File

@@ -1 +0,0 @@
uid://bnf6qmk64i2wj

View File

@@ -1,40 +0,0 @@
[gd_resource type="Resource" script_class="NoduleStats" format=3 uid="uid://5gk0giodp6g"]
[ext_resource type="Texture2D" uid="uid://cecg47efx7gw8" path="res://assets/simple_nodule.png" id="1_j6wbi"]
[ext_resource type="Script" uid="uid://bnf6qmk64i2wj" path="res://src/Data/NoduleStats.cs" id="1_otepm"]
[sub_resource type="AtlasTexture" id="AtlasTexture_j6wbi"]
atlas = ExtResource("1_j6wbi")
region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_q8pab"]
atlas = ExtResource("1_j6wbi")
region = Rect2(64, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_dh8qd"]
atlas = ExtResource("1_j6wbi")
region = Rect2(32, 0, 32, 32)
[sub_resource type="SpriteFrames" id="SpriteFrames_x44k2"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_j6wbi")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_q8pab")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_dh8qd")
}],
"loop": 1,
"name": &"default",
"speed": 3.0
}]
[resource]
script = ExtResource("1_otepm")
SpriteFrames = SubResource("SpriteFrames_x44k2")
Color = Color(0.2642648, 0.46582836, 0.36528692, 1)
NoduleName = "Simple Nodule"
metadata/_custom_type_script = "uid://bnf6qmk64i2wj"