Skip to content

Commit

Permalink
please look good
Browse files Browse the repository at this point in the history
  • Loading branch information
ROBlNET13 authored Jul 10, 2024
1 parent 4420066 commit 1d011b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions game/js/Cfunction.js
Original file line number Diff line number Diff line change
Expand Up @@ -2795,8 +2795,11 @@ var $User = (function () {
SetHidden(EDAll, $("dTop"));
var f = b.prototype;
$("iNewPlantCard").src = f.PicArr[f.CardGif];
$("iNewPlantCard").style.marginTop =
180 - f.height + "px";
$("iNewPlantCard").style.width = 100 + "px"
$("iNewPlantCard").style.height = 120 + "px"
$("iNewPlantCard").style.top = 0 + "px"
// $("iNewPlantCard").style.marginTop =
// 180 - f.height + "px";
innerText($("dNewPlantName"), f.CName);
$("dNewPlantTooltip").innerHTML = f.Tooltip;
$("btnNextLevel").onclick = function () {
Expand Down

1 comment on commit 1d011b8

@TheMysteriousPapu
Copy link

@TheMysteriousPapu TheMysteriousPapu commented on 1d011b8 Jul 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey can u add Zen Garden and the Crazy's Dave Store??? ^_^ please!

Please sign in to comment.