Hello world com blockly-games

This commit is contained in:
2025-10-06 19:03:59 -03:00
parent bed4c22655
commit 53a06d0e58
266 changed files with 8305 additions and 1 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@@ -0,0 +1,57 @@
button.primary {
/* Can't use "text-align: start" due to IE. */
text-align: left;
}
html[dir="RTL"] button.primary {
text-align: right;
}
#blockly {
position: fixed;
bottom: 10px;
}
#display {
border: 1px solid #ccc;
}
#downloadImageLink {
display: none;
}
#sampleHelp3, #sampleHelp4 {
height: 50px;
width: 250px;
}
/* Slider. */
.sliderTrack {
stroke: #aaa;
stroke-width: 6px;
stroke-linecap: round;
}
.sliderKnob {
fill: #ddd;
stroke: #bbc;
stroke-width: 1px;
stroke-linejoin: round;
}
.sliderKnob:hover {
fill: #eee;
}
/* Sprited icons. */
.icon21 {
height: 21px;
width: 21px;
background-image: url(icons.png);
}
.camera {
background-position: -21px 0px;
}
.stop {
background-position: -42px 0px;
}
.run {
background-position: -63px 0px;
}
.gallery {
background-position: -63px -21px;
}

Binary file not shown.

Binary file not shown.