starting a major rework, where all effects are controlled within a contact

This commit is contained in:
2026-02-06 02:13:01 -05:00
parent 435fbc7ba2
commit 043eb19b5a
41 changed files with 128 additions and 805 deletions

View File

@@ -0,0 +1,16 @@
using Godot;
using System;
public partial class DmitriVonDietmud : Node2D
{
Button _button;
Sprite2D _contactPhoto, _bouncingLogo;
public override void _Ready()
{
base._Ready();
_button = GetNode<Button>("Button");
_contactPhoto = GetNode<Sprite2D>("ContactPhoto");
_bouncingLogo = GetNode<Sprite2D>("BouncingLogo");
}
}

View File

@@ -0,0 +1 @@
uid://6pl5j2gts8rs

View File

@@ -0,0 +1,45 @@
[gd_scene format=3 uid="uid://do2jybceg5ff7"]
[ext_resource type="Script" uid="uid://6pl5j2gts8rs" path="res://Gameplay/Contacts/DmitriVonDietmud.cs" id="1_6y476"]
[ext_resource type="Texture2D" uid="uid://g6ikqlh8yccy" path="res://Art/blanksquare.jpg" id="2_qntos"]
[ext_resource type="Texture2D" uid="uid://c2bxv5ag46gy" path="res://Art/DVD_logo.svg.png" id="3_qg40i"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_61s5v"]
radius = 214.0
height = 998.0
[node name="DmitriVonDietmud" type="Node2D" unique_id=1597238152]
script = ExtResource("1_6y476")
[node name="Button" type="Button" parent="." unique_id=250025707]
modulate = Color(1, 1, 1, 0)
z_index = 1
offset_left = -120.0
offset_top = -120.0
offset_right = 120.0
offset_bottom = 120.0
[node name="ContactPhoto" type="Sprite2D" parent="." unique_id=224136394]
texture = ExtResource("2_qntos")
[node name="ProgressBar" type="ProgressBar" parent="ContactPhoto" unique_id=929449245]
z_index = -1
offset_left = -120.0
offset_top = -120.0
offset_right = 120.0
offset_bottom = 120.0
[node name="BouncingLogo" type="Sprite2D" parent="." unique_id=780733394]
visible = false
scale = Vector2(0.17494087, 0.1749409)
texture = ExtResource("3_qg40i")
[node name="Area2D" type="Area2D" parent="BouncingLogo" unique_id=1582289528]
[node name="CollisionShape2D" type="CollisionShape2D" parent="BouncingLogo/Area2D" unique_id=1067740615]
rotation = 1.5707964
shape = SubResource("CapsuleShape2D_61s5v")
[node name="LogoLifespan" type="Timer" parent="BouncingLogo" unique_id=889600374]
[node name="AvailableTimer" type="Timer" parent="." unique_id=2103179733]