time to do the actual dialog

bleh
This commit is contained in:
mehbark 2023-07-16 16:19:36 -04:00
parent 8d0751d7d7
commit 5fa58706a9

View file

@ -28,7 +28,12 @@ const PortraitFrame = ({ children }: { children: ComponentChildren }) => (
const Frame = ({ const Frame = ({
tooltip = "PRESS [RMB] TO OPEN BROWSER CONTEXT MENU", tooltip = "PRESS [RMB] TO OPEN BROWSER CONTEXT MENU",
game = <></>, game = (
<img
src="https://static.pyrope.net/hlm-1.png"
alt="a screenshot from hotline miami 2: wrong number. jacket, wearing a rooster mask, is standing in a building holding a baseball bat in front of a purpleish-pink blob that sort of resembles eggbug. it is raining outside the building, and the Void is cyan. css and html are spelled in blood on the left and right sides of the building respectiveland right sides of the building respectively."
/>
),
portrait = <EggbugImg type="smiling" />, portrait = <EggbugImg type="smiling" />,
dialogue = "", dialogue = "",
children, children,