aboutsummaryrefslogtreecommitdiff
path: root/server/src/entity
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-23 00:36:25 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-23 00:36:25 +0200
commite00fa55e4984377956a50ad980c53b43715bea6c (patch)
treefbeca868906397c5f0d6fef189899458e67512c7 /server/src/entity
parentebc77dc48ef7f97ab946f334f642da9bf69a7e99 (diff)
downloadhurrycurry-e00fa55e4984377956a50ad980c53b43715bea6c.tar
hurrycurry-e00fa55e4984377956a50ad980c53b43715bea6c.tar.bz2
hurrycurry-e00fa55e4984377956a50ad980c53b43715bea6c.tar.zst
pc: menu background
Diffstat (limited to 'server/src/entity')
-rw-r--r--server/src/entity/portal.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/src/entity/portal.rs b/server/src/entity/portal.rs
index e0ec353f..dc376681 100644
--- a/server/src/entity/portal.rs
+++ b/server/src/entity/portal.rs
@@ -1,5 +1,3 @@
-use std::collections::VecDeque;
-
/*
Hurry Curry! - a game about cooking
Copyright 2024 metamuffin
@@ -21,6 +19,7 @@ use super::EntityT;
use crate::game::{interact_effect, Game};
use anyhow::{anyhow, Result};
use hurrycurry_protocol::{glam::IVec2, ItemLocation, PacketC};
+use std::collections::VecDeque;
#[derive(Debug, Default, Clone)]
pub struct Portal {