nice nice nice

This commit is contained in:
2026-08-03 13:15:39 +02:00
parent 0bb8ce47c0
commit 737919f66f
25 changed files with 206 additions and 61 deletions

View File

@@ -1,4 +1,5 @@
using Godot;
using yourareanaiceo;
public partial class DropZone : Control
{
@@ -13,8 +14,8 @@ public partial class DropZone : Control
var meetingControl = ((MeetingControlDragData)data).MeetingControl;
var meetingPhysicsBox = meetingControl.MeetingPhysicsBox;
var main = (Main)FindParent("Main");
main.AddChild(meetingPhysicsBox);
var game = this.GetGame();
game.AddChild(meetingPhysicsBox);
meetingPhysicsBox.Position = GetGlobalMousePosition();
meetingControl.QueueFree();