Home
last modified time | relevance | path

Searched refs:img_half_width (Results 1 – 10 of 10) sorted by relevance

/dports/games/valyriatear/ValyriaTear-1.1.0/data/entities/
H A Dmap_objects.lua8 img_half_width = 2.0 * 16,
16 img_half_width = 0.78 * 16,
24 img_half_width = 1.75 * 16,
32 img_half_width = 3.31 * 16,
40 img_half_width = 3.0 * 16,
48 img_half_width = 1.0 * 16,
56 img_half_width = 1.0 * 16,
64 img_half_width = 1.0 * 16,
72 img_half_width = 1.0 * 16,
80 img_half_width = 1.0 * 16,
[all …]
H A Dmap_sprites.lua14 img_half_width = 1.0 * 16,
47 img_half_width = 0.5 * 16,
63 img_half_width = 1.0 * 16,
90 img_half_width = 1.0 * 16,
108 img_half_width = 1.0 * 16,
124 img_half_width = 1.0 * 16,
140 img_half_width = 1.0 * 16,
162 img_half_width = 1.0 * 16,
182 img_half_width = 1.0 * 16,
197 img_half_width = 1.0 * 16,
[all …]
H A Dmap_treasures.lua9 img_half_width = 0.625 * 16,
19 img_half_width = 0.75 * 16,
29 img_half_width = 0.81 * 16,
39 img_half_width = 0.68 * 16,
49 img_half_width = 0.59 * 16,
59 img_half_width = 1.0 * 16,
69 img_half_width = 1.0 * 16,
79 img_half_width = 1.0 * 16,
89 img_half_width = 0.93 * 16,
114 treasure:SetImgPixelHalfWidth(treasures[name].img_half_width);
/dports/games/allacrost/allacrost-1.0.2/dat/actors/
H A Dmap_sprites_stock.lua12 img_half_width = 1.0,
25 img_half_width = 1.0,
38 img_half_width = 1.0,
50 img_half_width = 1.0,
61 img_half_width = 1.0,
73 img_half_width = 1.0,
85 img_half_width = 1.0,
96 img_half_width = 1.0,
107 img_half_width = 1.0,
118 img_half_width = 1.0,
[all …]
/dports/games/allacrost/allacrost-1.0.2/src/editor/
H A Dsprites.h267 float img_half_width, img_height; variable
416 { return (static_cast<float>(x_position) - img_half_width) / X_POS_FACTOR + x_offset; } in ComputeDrawXLocation()
422 { return QRectF(ComputeDrawXLocation(), ComputeDrawYLocation(), img_half_width, img_height/2); } in ComputeHoverArea()
446 { img_half_width = width; } in SetImgHalfWidth()
482 { return img_half_width; } in GetImgHalfWidth()
H A Dsprites.cpp469 frames[i].SetDimensions(img_half_width * 2, img_height); in LoadStandardAnimations()
526 frames[i].SetDimensions(img_half_width * 2, img_height); in LoadRunningAnimations()
642 animations[current_animation].SetWidth( img_half_width ); in Draw()
H A Deditor.cpp1594 float x_position = x*2/TILE_WIDTH + (*it)->img_half_width/2; in contentsMouseMoveEvent()
/dports/games/allacrost/allacrost-1.0.2/src/modes/map/
H A Dmap_objects.h113 float img_half_width, img_height; variable
240 { img_half_width = width; } in SetImgHalfWidth()
276 { return img_half_width; } in GetImgHalfWidth()
H A Dmap_sprites.cpp379 frames[i].SetDimensions(img_half_width * 2, img_height); in LoadStandardAnimations()
436 frames[i].SetDimensions(img_half_width * 2, img_height); in LoadRunningAnimations()
488 frames[i].SetDimensions(img_half_width * 4, img_height); in LoadAttackAnimations()
H A Dmap_objects.cpp56 img_half_width(0.0f), in MapObject()
141 rect.left = x_pos - img_half_width; in GetImageRectangle()
142 rect.right = x_pos + img_half_width; in GetImageRectangle()