Complete C# rewrite with working game in Editor (#6)
* Refactor collectable components to C# and update resource scripts for consistency * Update resource paths and refactor properties for consistency * Refactor UI components to inherit from Control and update node paths for consistency * Update node paths and group assignments for consistency across scenes * Refactor GameManager and PlayerDeathComponent for improved state management and logging; update scene connections for player death handling * Add PhantomCamera components and UI elements for improved scene management; refactor existing components for better integration * Refactor skill components and update resource paths for consistency; enhance skill management in scenes * Add new UID files and update scene configurations for dialogue components; refactor skill management and input handling * Add next level command and refactor player retrieval in GameManager; update scene files for consistency * Add skill upgrade system and refactor skill components for enhanced functionality; update resource paths and configurations * Enhance ChargeProgressBar and Marketplace functionality; add owner exit handling and update skill button states * Refactor ChargeProgressBar and SkillManager; update skill handling and improve component interactions * Refactor player and level configurations; streamline FlipPlayerComponent and reposition Spaceship Enter
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[gd_resource type="Resource" script_class="CollectableResource" load_steps=2 format=3 uid="uid://bsnr5v2b2mfsl"]
|
||||
[gd_resource type="Resource" load_steps=2 format=3 uid="uid://bsnr5v2b2mfsl"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cb5f0mx0hrt3b" path="res://scripts/resources/collectable_resource.gd" id="1_fudbo"]
|
||||
[ext_resource type="Script" uid="uid://gptsgaw3agkf" path="res://scripts/Resources/CollectableResource.cs" id="1_wfbgp"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_fudbo")
|
||||
amount = 5.0
|
||||
type = 0
|
||||
script = ExtResource("1_wfbgp")
|
||||
Amount = 5.0
|
||||
Type = 0
|
||||
|
@@ -1,8 +1,8 @@
|
||||
[gd_resource type="Resource" script_class="CollectableResource" load_steps=2 format=3 uid="uid://b6xqotmke54x"]
|
||||
[gd_resource type="Resource" load_steps=2 format=3 uid="uid://b6xqotmke54x"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cb5f0mx0hrt3b" path="res://scripts/resources/collectable_resource.gd" id="1_037vi"]
|
||||
[ext_resource type="Script" uid="uid://gptsgaw3agkf" path="res://scripts/Resources/CollectableResource.cs" id="1_5mosu"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_037vi")
|
||||
amount = 100.0
|
||||
type = 0
|
||||
script = ExtResource("1_5mosu")
|
||||
Amount = 50.0
|
||||
Type = 0
|
||||
|
@@ -1,8 +1,8 @@
|
||||
[gd_resource type="Resource" script_class="CollectableResource" load_steps=2 format=3 uid="uid://b6apusc0jmi3x"]
|
||||
[gd_resource type="Resource" load_steps=2 format=3 uid="uid://b6apusc0jmi3x"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cb5f0mx0hrt3b" path="res://scripts/resources/collectable_resource.gd" id="1_2d5tb"]
|
||||
[ext_resource type="Script" uid="uid://gptsgaw3agkf" path="res://scripts/Resources/CollectableResource.cs" id="1_d8txc"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_2d5tb")
|
||||
amount = 1.0
|
||||
type = 1
|
||||
script = ExtResource("1_d8txc")
|
||||
Amount = 1.0
|
||||
Type = 1
|
||||
|
@@ -1,8 +1,8 @@
|
||||
[gd_resource type="Resource" script_class="CollectableResource" load_steps=2 format=3 uid="uid://vql535ckoeqm"]
|
||||
[gd_resource type="Resource" load_steps=2 format=3 uid="uid://vql535ckoeqm"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cb5f0mx0hrt3b" path="res://scripts/resources/collectable_resource.gd" id="1_veemo"]
|
||||
[ext_resource type="Script" uid="uid://gptsgaw3agkf" path="res://scripts/Resources/CollectableResource.cs" id="1_7pquc"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_veemo")
|
||||
amount = 1.0
|
||||
type = 0
|
||||
script = ExtResource("1_7pquc")
|
||||
Amount = 1.0
|
||||
Type = 0
|
||||
|
@@ -1,9 +1,9 @@
|
||||
[gd_resource type="Resource" script_class="CollectableResource" load_steps=2 format=3 uid="uid://2tl3yoh202no"]
|
||||
[gd_resource type="Resource" load_steps=2 format=3 uid="uid://2tl3yoh202no"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cb5f0mx0hrt3b" path="res://scripts/resources/collectable_resource.gd" id="1_brkhb"]
|
||||
[ext_resource type="Script" uid="uid://gptsgaw3agkf" path="res://scripts/Resources/CollectableResource.cs" id="1_brkhb"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_brkhb")
|
||||
amount = 0.25
|
||||
type = 2
|
||||
Amount = 0.25
|
||||
Type = 2
|
||||
metadata/_custom_type_script = "uid://cb5f0mx0hrt3b"
|
||||
|
@@ -1,8 +1,8 @@
|
||||
[gd_resource type="Resource" script_class="CollectableResource" load_steps=2 format=3 uid="uid://bws2xldndlre1"]
|
||||
[gd_resource type="Resource" load_steps=2 format=3 uid="uid://bws2xldndlre1"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cb5f0mx0hrt3b" path="res://scripts/resources/collectable_resource.gd" id="1_w50p5"]
|
||||
[ext_resource type="Script" uid="uid://gptsgaw3agkf" path="res://scripts/Resources/CollectableResource.cs" id="1_clntw"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_w50p5")
|
||||
amount = 50.0
|
||||
type = 0
|
||||
script = ExtResource("1_clntw")
|
||||
Amount = 50.0
|
||||
Type = 0
|
||||
|
Reference in New Issue
Block a user